Learn R Programming

biogeo (version 1.0)

missingvalsexclude: Excludes records with missing values for points

Description

Excludes records with missing values for points (i.e. points falling in the sea for terrestrial species)

Usage

missingvalsexclude(rst, dat)

Arguments

rst
a raster
dat
a dataframe containing fields with the following names: ID, x, y, Species and Exclude

Value

See Also

duplicatesexclude, addmainfields, renamefields, keepmainfields, checkdatastr

Examples

Run this code
## Not run: 
# dem<-raster(dem,xmn=-180, xmx=180, ymn=-60, ymx=90)
# missingvalsexclude(dem, dat)## End(Not run)

Run the code above in your browser using DataLab