Description Usage Arguments Value See Also Examples
Calculate a buffer around all cells that are not NA
or around SpatialPoints, Lines, or Polygons.
Note that the distance unit of the buffer width
parameter is meters if the RasterLayer is not projected (+proj=longlat
), and in map units (typically also meters) when it is projected.
Except for SpatialLines and SpatialPolygons that are currently handled by rgeos, and can only deal with planar coordinate reference systems.
1 2 3 4 5 |
x |
RasterLayer or Spatial* object |
width |
numeric > 0. Unit is meter if |
filename |
character. Filename for the output RasterLayer (optional) |
doEdge |
logical. If |
dissolve |
logical. If |
... |
Additional arguments as for |
RasterLayer or SpatialPolygons* object
distance
, gridDistance
, pointDistance
1 2 3 4 5 |
Loading required package: sp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.