ra_bind | R Documentation |
Function to bind multiple raster objects together.
ra_bind(list_ra, tolerance = 0.05, method = "do.call", file = NA)
list_ra |
A list of RasterLayer objects. |
tolerance |
Permissible difference in origin. |
method |
Method to bind the raster layers together with. The options are "do.call" and "reduce". "reduce" will be faster for two or three list elements while "do.call" is better for large number of elements and is more efficient. |
file |
If method is "do.call", file can be used as the temporary file when the function is binding the elements. |
RasterLayer.
Stuart K. Grange
merge
, ra_align
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.