Description Usage Arguments Value Examples
Take an abundance dataset and remove abundance information, leaving only presence (1) and incidence (0) data.
1 | to_incidence(dataset)
|
dataset |
A data frame containing abundance or incidence data |
The subsampled dataset as a tibble
1 2 3 | library(iNEXT)
data(bird)
to_incidence(bird)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.