DataInfo | R Documentation |
DataInfo
: exhibits basic data information
DataInfo(x, datatype = "abundance")
x |
a vector/matrix/data.frame/list of species abundances or incidence frequencies. |
datatype |
data type of input data: individual-based abundance data ( |
a data.frame of basic data information including sample size, observed species richness, sample coverage estimate, and the first ten abundance/incidence frequency counts.
data(spider)
DataInfo(spider, datatype="abundance")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.