Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.logrrenv

Plots objects produced by the logrr function.


Description

Plots objects of class logrrenv produced by the logrr function.

Usage

## S3 method for class 'logrrenv'
plot(x, ..., conlist = list(), main = "")

Arguments

x

An object of class logrrenv.

...

Additional graphical parameters passed to the image.im function. See Details.

conlist

Additional argument passed to the contour.im function.

main

A main title for the plot. Default is blank.

Details

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.

See Also

Examples

data(grave)
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))

smacpod

Statistical Methods for the Analysis of Case-Control Point Data

v2.1.1
GPL (>= 2)
Authors
Joshua French [aut, cre] (<https://orcid.org/0000-0002-9708-3353>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.