Description Usage Arguments Value
View source: R/function_matrix.R
This function converts a dataframe to a matrix suitable for plugging into the iNEXT function.
1 | beematrix(x, Species, Mo_since_burn_grouped, Count)
|
x |
dataframe with species, site_names, and count/abundance in 3 separate columns |
Species |
column with list of species (character) |
Mo_since_burn_grouped |
column with list of sites (character) |
Count |
column with list of counts or abundances for each species at each site (numeric) |
matrix of the dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.