Learn R Programming

lulcc (version 1.0.4)

AgreementBudget: Create an AgreementBudget object

Description

This function quantifies sources of agreement and disagreement between a reference map for time 1, a reference map for time 2 and a simulated map for time 2 to provide meaningful information about the performance of land use change simulations.

Usage

AgreementBudget(x, ...)

# S4 method for ThreeMapComparison AgreementBudget(x, ...)

# S4 method for RasterLayer AgreementBudget(x, ...)

Arguments

x

a ThreeMapComparison object or RasterLayer

additional arguments to ThreeMapComparison. Only required if x is not a ThreeMapComparison object

Value

An AgreementBudget object.

Details

The types of agreement and disagreement considered are those descibed in Pontius et al. (2011):

  1. Persistence simulated correctly (agreement)

  2. Persistence simulated as change (disagreement)

  3. Change simulated incorrectly (disagreement)

  4. Change simulated correctly (agreement)

  5. Change simulated as persistence (disagreement)

References

Pontius Jr, R.G., Peethambaram, S., Castella, J.C. (2011). Comparison of three maps at multiple resolutions: a case study of land change simulation in Cho Don District, Vietnam. Annals of the Association of American Geographers 101(1): 45-62.

See Also

AgreementBudget-class, plot.AgreementBudget, ThreeMapComparison, FigureOfMerit

Examples

Run this code
# NOT RUN {
## see lulcc-package examples
# }

Run the code above in your browser using DataLab