plot.sci: Plot confidence intervals

Description Usage Arguments Details Value

View source: R/plotCI.R

Description

Function for convenient plotting of confidence intervals.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## 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.


MCPAN documentation built on May 1, 2019, 8:04 p.m.