Description Usage Arguments Value See Also
Look in path and import all of the raster files with extension ext into a single object, determined by as. this function used mixedsort from the gtools package to pull in the files in alphanumeric order. 
1  | importRasters(path, as = brick, ext = ".grd")
 | 
path | 
 The file path in which to look for raster files.  | 
as | 
 The function used to combine the rasters.   | 
ext | 
 The file extension for to identify rasters in   | 
A single object, of the class determined by as.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.