Selection of records within a specified land use
landUseSelect(
df,
xf,
yf,
method = "in",
.points.proj4string,
ras.landUse,
.landUseCodes,
do = TRUE,
verbose = FALSE,
output.dir
)data.frame
data.frame of species occurrences
character. column name in df containing the x coordinates
character. column name in df containing the y coordinates
character. Select 'in' (default) when records are selected when inside specified land use types (type 'out' otherwise)
proj4string character. Indicate coordinate reference system
raster. Land use raster with integer codes for land use classes.
numeric. Vector of specified land use codes to either select records (method 'in') or to exclude records (method 'out')
logical. Should range analysis be performed?
logical. Print messages? Default FALSE
character. Output directory
Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)