plot.sci: Plot confidence intervals

View source: R/plotCI.R

plot.sciR 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.


MCPAN documentation built on May 8, 2026, 9:06 a.m.