View source: R/plot_trophicTable.R
plot_trophicTable | R Documentation |
Function to represent trophic groups hierarchy provided by trophicTable
plot_trophicTable(metanetwork, res = "all", ggnet.config = ggnet.default)
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 |
object of class 'ggnet', representation of group hierarchy
library(metanetwork)
#on Angola data_set
data("meta_angola")
plot_trophicTable(meta_angola)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.