Plot an AgreementBudget
object.
# S3 method for AgreementBudget
plot(x, y, from, to,
col = RColorBrewer::brewer.pal(5, "Set2"), key, scales, xlab, ylab, ...)# S4 method for AgreementBudget,ANY
plot(x, y, from, to,
col = RColorBrewer::brewer.pal(5, "Set2"), key, scales, xlab, ylab, ...)
an AgreementBudget object
not used
optional numeric value representing a land use category. If
provided without to
the figure of merit for all transitions from this
category will be plotted
similar to from
. If provided with a valid from
argument the transition defined by these two arguments (i.e. from
->
to
) will be plotted
character specifying the plotting colour. Default is to use the
'Set2' palette from RColorBrewer
list. See lattice::xyplot
list. See lattice::xyplot
character or expression. See lattice::xyplot
character or expression. See lattice::xyplot
additional arguments to lattice::xyplot
A trellis object.
The plot layout is based on work presented in Pontius et al. (2011)
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.
AgreementBudget
, lattice::xyplot
# NOT RUN {
## see lulcc-package examples
# }
Run the code above in your browser using DataLab