Description Usage Arguments Value Author(s) See Also Examples
Counts number of records per species in a dataframe
1 | speciescount(dat, orderby = "Species")
|
dat |
a dataframe containing fields with the following names: ID, x, y, Species and Exclude |
orderby |
the output can be ordered by Species, ntot or nuniq |
a dataframe including the species names, total number of records for that species (ntot) and number of records for that species with duplicates per grid cell removed (nuniq)
Mark Robertson
duplicatesexclude, missingvaluesexclude, addmainfields, renamefields, checkdatastr
1 2 | speciescount(dat, orderby = "Species")
speciescount(dat, orderby = "ntot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.