Plot the overall, category-specific or transition-specific figure of merit at different resolutions.
# S3 method for FigureOfMerit
plot(x, y, ..., from, to,
col = RColorBrewer::brewer.pal(8, "Set2"), type = "b", key, scales, xlab,
ylab)# S4 method for FigureOfMerit,ANY
plot(x, y, ..., from, to,
col = RColorBrewer::brewer.pal(8, "Set2"), type = "b", key, scales, xlab,
ylab)
a FigureOfMerit object
not used
additional arguments to lattice::xyplot
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. It is possible to include more than one category
in which case the different transitions will be included on the same plot
character specifying the plotting colour. Default is to use the
'Set2' palette from RColorBrewer
character. See lattice::panel.xyplot
list. See lattice::xyplot
list. See lattice::xyplot
character or expression. See lattice::xyplot
character or expression. See lattice::xyplot
A trellis object.
FigureOfMerit
, lattice::xyplot
,
lattice::panel.xyplot
# NOT RUN {
## see lulcc-package examples
# }
Run the code above in your browser using DataLab