Description Usage Arguments Value See Also Examples
View source: R/stitch_raster.R
Process a directory of image files and stitch them together to form a single, large, raster.
1  | stitch_tiles(wd, filetype = "tif", fun = mean)
 | 
wd | 
 The directory containing tiles to stitch.  | 
filetype | 
 File extension of the files to be stitched.  | 
fun | 
 Function to use if cells overlap at tile borders. Can be min, max or mean.  | 
Returns a single Raster object.
split_raster
1  | Coming soon.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.