View source: R/plot.logrrenv.R
plot.logrrenv | R Documentation |
logrr
function.Plots objects of class logrrenv
produced by the
logrr
function.
## S3 method for class 'logrrenv'
plot(x, ..., conlist = list(), main = "")
x |
An object of class |
... |
Additional graphical parameters passed to the
|
conlist |
Additional argument passed to the
|
main |
A main title for the plot. Default is blank. |
An important aspect of this plot is the
color argument (col
) used for displaying
the regions outside the non-rejection envelopes. If NULL
(the implicit default), then the default color palette
used by image.im
will be used.
Simpler schemes, e.g., c("blue", "white", "orange") can
suffice. See the examples.
plot.im
,
contour.im
data(grave)
## Not run:
logrrsim = logrr(grave, nsim = 9)
plot(logrrsim)
# no border or ribben (legend). Simple color scheme.
plot(logrrsim, col = c("blue", "white", "orange"), ribbon = FALSE, box = FALSE)
# alternate color scheme
plot(logrrsim, col = topo.colors(12), conlist = list(col = "lightgrey"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.