plot.interval {referenceIntervals} | R 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)
[Package referenceIntervals version 1.3.1 Index]