plot.FigureOfMerit {lulcc} | R Documentation |
Plot method for FigureOfMerit objects
Description
Plot the overall, category-specific or transition-specific figure of merit at different resolutions.
Usage
## S3 method for class 'FigureOfMerit'
plot(x, y, ..., from, to,
col = RColorBrewer::brewer.pal(8, "Set2"), type = "b", key, scales, xlab,
ylab)
## S4 method for signature 'FigureOfMerit,ANY'
plot(x, y, ..., from, to,
col = RColorBrewer::brewer.pal(8, "Set2"), type = "b", key, scales, xlab,
ylab)
Arguments
x |
a FigureOfMerit object |
y |
not used |
... |
additional arguments to |
from |
optional numeric value representing a land use category. If
provided without |
to |
similar to |
col |
character specifying the plotting colour. Default is to use the
'Set2' palette from |
type |
character. See |
key |
list. See |
scales |
list. See |
xlab |
character or expression. See |
ylab |
character or expression. See |
Value
A trellis object.
See Also
FigureOfMerit
, lattice::xyplot
,
lattice::panel.xyplot
Examples
## see lulcc-package examples