Description Usage Arguments Details Value Examples
velox
creates a VeloxRaster object.
1 |
x |
A Raster* object, matrix, list of matrices, list of VeloxRaster objects, or character string pointing to a GDAL-readable file. |
extent |
An |
res |
The x and y resolution of the raster as a numeric vector of length 2. Required if |
crs |
Optional. A character string describing a projection and datum in the PROJ.4 format.
Ignored if |
Creates a VeloxRaster object. Note that VeloxRaster objects are Reference Class objects and thus mutable. Hence, the usual R copy on modify semantics do not apply.
Note that if x
is a list of VeloxRasters, the extent
and crs
attributes are copied
from the first list element.
A VeloxRaster object.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.