Usage
"extract"(x, y, path=".", ID = "SOURCEID", method = "simple", is.pattern = FALSE, force.projection = TRUE, NAflag = "", show.progress=TRUE, isFactor=FALSE, ...)
"extract"(x, y, path = ".", ID = "SOURCEID", method = "simple", is.pattern = FALSE, force.projection = TRUE, NAflag = "", show.progress=TRUE, isFactor=FALSE, ...)
Arguments
x
object of class "SpatialPoints*"
y
character; list of files that can be read using the raster function
path
optional working directory where the files are stored
ID
character; column name for the unique identifier (if object is of class "SpatialPoints" "SOURCEID" column is automatically generated)
method
character; resampling method (see raster::extract)
is.pattern
logical; specifies whether the list is a pattern
force.projection
logical; specifies whether the reprojection should be ignored
NAflag
character; missing value flag (all missing values are removed by default)
show.progress
logical; specifies whether to display the progress bar
isFactor
logical; turns aggregation on off for factor type variable
...
additional arguments that can be passed to the raster::extract function