Function to represent trophic groups hierarchy provided by trophicTable

plot_trophicTable(metanetwork, res = "all", ggnet.config = ggnet.default)

Arguments

metanetwork

object of class 'metanetwork'

res

resolutions included in the hierarchy representation. Default is "all" (all resolutions are then included) but can be also a vector of given resolutions

ggnet.config

configuration list for ggnet representation, default is ggnet.default

Value

object of class 'ggnet', representation of group hierarchy

Examples

library(metanetwork)

#on Angola data_set
data("meta_angola")
plot_trophicTable(meta_angola)