plot.interval: Overload of plot function to include the ability to plot the...

plot.intervalR Documentation

Overload of plot function to include the ability to plot the results of refLimit

Description

Plots the reference interval and confidence intervals around the limits of the reference interval.

Usage

## S3 method for class 'interval'
plot(x, main, ...)

Arguments

x

Object x is of type "interval".

main

Title of plot.

...

Arguments to be passed to methods, such as graphical parameters (see 'par').

Value

No return value.

Author(s)

Daniel Finnegan

Examples


result = refLimit(set200)
plot(result)


referenceIntervals documentation built on April 29, 2022, 1:06 a.m.