plot.sci {MCPAN} | R Documentation |
Plot confidence intervals
Description
Function for convenient plotting of confidence intervals.
Usage
## S3 method for class 'sci'
plot(x, ...)
## S3 method for class 'binomRDci'
plot(x, ...)
## S3 method for class 'binomORci'
plot(x, ...)
## S3 method for class 'binomRRci'
plot(x, ...)
## S3 method for class 'poly3ci'
plot(x, ...)
## S3 method for class 'Shannonci'
plot(x, ...)
## S3 method for class 'Simpsonci'
plot(x, ...)
Arguments
x |
an object of class "binomRDci", "binomORci", "binomRRci", "poly3ci", "sci" |
... |
further arguments as described in plotCI |
Details
Extracts some values and calls plotCI.
Value
A plot.
[Package MCPAN version 1.1-21 Index]