Learn R Programming

referenceIntervals (version 1.3.1)

plot.interval: 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 interval
plot(x, main, ...)

Value

No return value.

Arguments

x

Object x is of type "interval".

main

Title of plot.

...

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

Author

Daniel Finnegan

Examples

Run this code

result = refLimit(set200)
plot(result)

Run the code above in your browser using DataLab