Description Usage Arguments Value Author(s) See Also Examples
Excludes records with missing values for points (i.e. points falling in the sea for terrestrial species)
1 | missingvalsexclude(rst, dat)
|
rst |
a raster |
dat |
a dataframe containing fields with the following names: ID, x, y, Species and Exclude |
a dataframe in which records with points that have missing values extracted from the raster input (rst) have values in the column Exclude are set to 1.
Mark Robertson and Vernon Visser
duplicatesexclude, addmainfields, renamefields, keepmainfields, checkdatastr
1 2 3 4 | ## Not run:
dem<-raster(dem,xmn=-180, xmx=180, ymn=-60, ymx=90)
missingvalsexclude(dem, dat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.