PlotRarefaction {cassandRa}R Documentation

Plot Metric Response To Network Rarefaction

Description

Used to plot the output from RarefyNetwork(). See vignette!

Usage

PlotRarefaction(df)

Arguments

df

A data frame produced by RarefyNetwork

Value

A ggplot

Examples

 data(Safariland, package = 'bipartite')
 X<-RarefyNetwork(Safariland, n_per_level = 100)
 ComputeCI(X)


[Package cassandRa version 0.1.0 Index]