cropRasterByPolygons: Accepts a raster and SpatialPolygonDataFrame object, iterates...

Description Usage

Description

Accepts a raster and SpatialPolygonDataFrame object, iterates over each polygon feature, creating rasters for each step. A raster list is returned to the user. Useful for parsing out climate/elevation data, county-by-county, for an entire state and then processing with the parallel package.

Usage

1
2
cropRasterByPolygons(r = NULL, s = NULL, field = NULL, write = F,
  parallel = F)

ktaylora/landscapeAnalysis documentation built on May 20, 2019, 7:04 p.m.