rlayers_ntb | R Documentation |
raster
acepted formatsRead raster layers that that have the same extent and resolution,
all raster-package
formats are accepted (see writeFormats
)
rlayers_ntb(layers_path)
layers_path |
Path to the folder conteining raster layers. All layers in the folder have to have the same extent and resoltion |
Returns a raster stack of raster layers with the same extent and resolution
## Not run:
## RasterStack with the niche variables
dir_bios <- system.file("extdata/bios",package = "ntbox")
nicheStack <- ntbox::rlayers_ntb(dir_bios)
raster::plot(nicheStack[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.