View source: R/coregistration.R
circle2Raster | R Documentation |
Creates an empty raster which extents corresponds to the circle specified by center coordinates, radius and optional buffer size.
circle2Raster(X, Y, radius, resolution = 0.5, buffer = 0.5, ...)
X |
numeric. easting coordinate of plot center in meters |
Y |
numeric. northing coordinate of plot center in meters |
radius |
numeric. plot radius in meters |
resolution |
numeric. raster resolution in meters |
buffer |
numeric. buffer to be added to plot radius in meters |
... |
other parameters to pass to |
A SpatRaster object
circle2Raster(100, 100, 20, 1, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.