Learn R Programming

iNEXT (version 2.0.3)

DataInfo: Exhibit basic data information

Description

DataInfo Exhibit basic data information

Usage

DataInfo(x, datatype = "abundance")

Arguments

x
a vector/matrix/list of species frequence
datatype
the data type of input data. That is individual-based abundance data (datatype = "abundance") or sample-based incidence data (datatype = "incidence").

Value

  • a data.frame of basic data information

Examples

Run this code
data(spider)
DataInfo(spider, datatype="abundance")

Run the code above in your browser using DataLab