Description Usage Arguments Value References See Also Examples
An implementation of the method described by Pontius et al. (2011), which compares a reference map at time 1, a reference map at time 2 and a simulated map at time 2 to evaluate allocation performance at multiple resolutions while taking into account persistence. The method quantifies disagreement within coarse squares (minor allocation disagreement), disagreement between coarse squares (major allocation disagreement), disagreement about the quantity of land use change and agreement.
1 2 3 4 5 | ThreeMapComparison(x, x1, y1, ...)
## S4 method for signature 'RasterLayer,RasterLayer,RasterLayer'
ThreeMapComparison(x, x1,
y1, factors, categories, labels, ...)
|
x |
either a RasterLayer of observed land use at time 0 or an object
inheriting from class |
x1 |
a RasterLayer of observed land use at a subsequent time. Only
required if |
y1 |
a RasterLayer of simulated land use corresponding to |
... |
additional arguments to |
factors |
numeric vector of aggregation factors (equivalent to the 'fact'
argument to |
categories |
numeric vector of land use categories in observed maps. Only
required if |
labels |
character vector (optional) with labels corresponding to
|
A ThreeMapComparison
object.
Pontius Jr, R.G., Peethambaram, S., Castella, J.C. (2011). Comparison of three maps at multiple resol utions: a case study of land change simulation in Cho Don District, Vietnam. Annals of the Association of American Geographers 101(1): 45-62.
AgreementBudget
, FigureOfMerit
,
raster::aggregate
1 | ## see lulcc2-package examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.