View source: R/combine_arrivals.R
| combine_arrivals | R Documentation |
Sums estimated arrivals rates across all entry pathways.
combine_arrivals( x, outfile, summarise_uncertainty = FALSE, return_rast = FALSE )
x |
Character vector giving file path(s) to rasters to be included in the summation. All rasters must have the same extent and resolution. |
outfile |
Character. Output raster file path. If not provided, the
|
summarise_uncertainty |
Logical. If |
return_rast |
Logical. Should the |
If outfile is specified, the resulting RasterLayer is
saved to outfile. If return_rast is TRUE or
outfile is not specified, the resulting RasterLayer is
returned, otherwise NULL is returned invisibly. If
summarise_uncertainty is TRUE and rasters passed to x are
multiband, then the resulting stack will have three layers equal to the
cell-wise median, minimum, and maximum of the layers, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.