ra_raster | R Documentation |
Function to create a raster object from either a raster-extent or spatial object.
ra_raster(x, projection = projection_wgs84(), resolution = NA, values = NA)
ra_set_values(ra, values)
x |
Raster-extent or spatial object. |
projection |
|
resolution |
A vector with the length of 1 or 2 indicating the
resolution of the raster object, in the units of |
values |
Values for the raster object to have. This vector is passed to
|
ra |
Raster object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.