landUseSelect | R Documentation |
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 )
df |
data.frame of species occurrences |
xf |
character. column name in df containing the x coordinates |
yf |
character. column name in df containing the y coordinates |
method |
character. Select 'in' (default) when records are selected when inside specified land use types (type 'out' otherwise) |
.points.proj4string |
proj4string character. Indicate coordinate reference system |
ras.landUse |
raster. Land use raster with integer codes for land use classes. |
.landUseCodes |
numeric. Vector of specified land use codes to either select records (method 'in') or to exclude records (method 'out') |
do |
logical. Should range analysis be performed? |
verbose |
logical. Print messages? Default FALSE |
output.dir |
character. Output directory |
data.frame
Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.