Description Usage Arguments Value See Also Examples
View source: R/plot.FigureOfMerit.R
Plot the overall, category-specific or transition-specific figure of merit at different resolutions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ## 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
)
|
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 |
A trellis object.
FigureOfMerit
, lattice::xyplot
,
lattice::panel.xyplot
1 | ## see lulcc-package examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.