AgreementBudget: Create an AgreementBudget object

Description Usage Arguments Details Value References See Also Examples

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

1
2
3
4
5
6
7
AgreementBudget(x, ...)

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

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

Arguments

x

a ThreeMapComparison object or RasterLayer

...

additional arguments to ThreeMapComparison. Only required if x is not a ThreeMapComparison 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)

Value

An AgreementBudget object.

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

1
## see lulcc-package examples

lulcc documentation built on May 1, 2019, 7:05 p.m.