schoenersD | R Documentation |
Functions to compare rasterLayers using Schoener's D-metric.
schoenersD(rast1, rast2) schoenersProjection(rast1, rast2, abs = TRUE)
rast1 |
First input rasterLayer |
rast2 |
Second input rasterLayer |
abs |
Specify whether to return the absolute or relative change between rast1 and rast2 |
The function schoenersD' calculates similarity value of two RasterLayers using Schoener's D-metric.
The function 'schoenersProjection' returns a third rasterLayer with the cell-by-cell difference between surfaces.
RasterLayers must have identical resolutions and extents. Schoener's D assumes surfaces each sum to 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.