landUseSelect: Selection of records within a specified land use

landUseSelectR Documentation

Selection of records within a specified land use

Description

Selection of records within a specified land use

Usage

landUseSelect(
  df,
  xf,
  yf,
  method = "in",
  .points.proj4string,
  ras.landUse,
  .landUseCodes,
  do = TRUE,
  verbose = FALSE,
  output.dir
)

Arguments

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

Value

data.frame

Author(s)

Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)


occTest documentation built on Nov. 18, 2022, 5:07 p.m.