Description Usage Arguments Value Examples
Merge a primary raster with other rasters weighted by scaling factors.
1 2 3 4 5 | util_merge(primary_nlm, secondary_nlm, scalingfactor = 1, rescale)
## S3 method for class 'RasterLayer'
util_merge(primary_nlm, secondary_nlm,
scalingfactor = 1, rescale = TRUE)
|
primary_nlm |
Primary |
secondary_nlm |
A list or stack of |
scalingfactor |
Weight for the secondary |
rescale |
If |
Rectangular matrix with values ranging from 0-1
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.