Function to represent trophic groups hierarchy provided by trophicTable
plot_trophicTable(metanetwork, res = "all", ggnet.config = ggnet.default)
object of class 'metanetwork'
resolutions included in the hierarchy representation. Default is "all" (all resolutions are then included) but can be also a vector of given resolutions
configuration list for ggnet representation, default is ggnet.default
object of class 'ggnet', representation of group hierarchy
library(metanetwork)
#on Angola data_set
data("meta_angola")
plot_trophicTable(meta_angola)