get_raster | R Documentation |
Get Terrain Raster dataset
get_raster(folderpath, name = NULL, rename = FALSE, ...)
folderpath |
Path to raster file, default will be |
name |
Name of the raster file (with extension), default is set to terrain raster |
rename |
Should the RasterLayer be renamed? If yes, the name is changed to |
... |
Additional arguments to be passed to |
RasterLayer
## Not run:
library(glamr)
library(gisr)
get_raster()
get_raster(name = "sample.tif")
get_raster(path = "./geodata/raster", name = "sample.tif")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.