PlotRarefaction {cassandRa} | R Documentation |
Used to plot the output from RarefyNetwork()
. See vignette!
PlotRarefaction(df)
df |
A data frame produced by RarefyNetwork |
A ggplot
data(Safariland, package = 'bipartite')
X<-RarefyNetwork(Safariland, n_per_level = 100)
ComputeCI(X)