sumstat | R Documentation |
The function calculates global statistics of the entire database
sumstat(
x,
tax = "genus",
bin = "stg",
coll = NULL,
ref = NULL,
duplicates = NULL
)
x |
|
tax |
|
bin |
|
coll |
|
ref |
|
duplicates |
|
The function returns the following values.
bins
: The total number of bins sampled.
occs
: The total number of sampled occurrences.
colls
: The total number of sampled collections.
refs
: The total number of sampled references.
taxa
: The total number of sampled taxa.
gappiness
: The proportion of sampling gaps in the ranges of the taxa (without the range-endpoints).
A named numeric vector.
data(corals)
sumstat(corals, tax="genus", bin="stg", coll="collection_no", ref="reference_no")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.