Description Usage Arguments Examples
plot methods for magree, oconnell and schouten objects
1 2 3 4 5 6 7 8 9 | ## S3 method for class 'magree'
plot(x, type = c("p1", "kappa by observer"),
xlab = NULL, ylab = NULL, main = NULL, ...)
## S3 method for class 'oconnell'
plot(x, type = c("p1"), xlab = NULL, ylab = NULL, main = NULL, ...)
## S3 method for class 'schouten'
plot(x, type = c("kappa by observer"), xlab = NULL,
ylab = NULL,
main = NULL, xdelta = 0.1, axes = TRUE, ...)
|
x |
magree, oconnell or schouten object. |
type |
Type of plot. For |
xlab |
|
ylab |
|
main |
|
xdelta |
For plot.schouten and "kappa by observer", specifies the width of the brackets for the confidence intervals. |
axes |
Bool for whether to plot the axes. |
... |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.