ggCompleteness | R Documentation |
ggCompleteness
is a ggplot2
extension for Completeness
object to plot sample completeness with order q between 0 and 2.
ggCompleteness(output)
output |
output obtained from the function |
a figure depicting the estimated sample completeness with respect to the order q.
## Sample completeness profile for abundance data
data(Data_spider)
SC_out1 <- Completeness(data = Data_spider, datatype = "abundance")
ggCompleteness(SC_out1)
## Sample completeness profile for incidence raw data
data(Data_woody_plant)
SC_out2 <- Completeness(data = Data_woody_plant, datatype = "incidence_raw")
ggCompleteness(SC_out2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.