Description Usage Arguments Value Author(s) See Also Examples
When there is more than one point record per grid cell for a species then the duplicates will be excluded. The grid cell size is specified by res.
1 | duplicatesexclude(dat,res)
|
dat |
a dataframe containing fields with the following names: ID, x, y, Species and Exclude |
res |
the spatial resolution in minutes |
a dataframe in which values in the column Exclude are set to 1 when records represent duplicates for that species in a particular grid cell.
Mark Robertson and Vernon Visser
addmainfields, renamefields, keepmainfields, checkdatastr
1 | a<-duplicatesexclude(dat,res=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.