Learn R Programming

metanetwork (version 0.7.0)

plot_trophicTable: Plot trophic groups hierarchy

Description

Function to represent trophic groups hierarchy provided by trophicTable

Usage

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

Value

object of class 'ggnet', representation of group hierarchy

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

Examples

Run this code
library(metanetwork)

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

Run the code above in your browser using DataLab