plot.magree: plot methods for magree, oconnell and schouten objects

Description Usage Arguments Examples

Description

plot methods for magree, oconnell and schouten objects

Usage

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, ...)

Arguments

x

magree, oconnell or schouten object.

type

Type of plot. For "p1", plot the probabilities by observer. For "kappa by observer", plot the kappas for each observer.

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.

...

Examples

1
2
3
4
fit <- schouten(landis)
plot(fit)
fit <- oconnell(landis)
plot(fit,type="p1")

mclements/magree documentation built on May 22, 2019, 3:09 p.m.