Description Usage Arguments Value Author(s)
Wrapper of the functions stack
, brick
, and CRS
that facilitates loading .tif raster files into R as a stack or a brick.
1 2 3 4 5 |
folder |
Folder storing the .tif raster files. |
crs |
Character string defining a coordinate reference system as per the PROJ.4 standard. The default crs is "+init=epsg:4326", valid for data using latitude and longitude degrees as coordinates, and the global datum WGS84. Check the help file of |
to.memory |
If TRUE (default option), the function returns a raster brick residing in memory. Otherwise it returns a stack, which resides in the hard disk, and slows down most operations. If the computer has enough RAM memory, use TRUE to speed up any operation on the outcome of this function. |
A raster brick or stack.
Blas Benito <blasbenito@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.