plot.interval | R Documentation |
Plots the reference interval and confidence intervals around the limits of the reference interval.
## S3 method for class 'interval'
plot(x, main, ...)
x |
Object x is of type "interval". |
main |
Title of plot. |
... |
Arguments to be passed to methods, such as graphical parameters (see 'par'). |
No return value.
Daniel Finnegan
result = refLimit(set200)
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.