plot.vitd.curve {SimVitD} | R Documentation |
Plotting a vitd.curve object
Description
Plot vitamin D status curves.
Usage
## S3 method for class 'vitd.curve'
plot( x, main = " ", xlab = " ", ylab = "25-hydroxyvitamin D",
col=1:6, add = FALSE, ylim = NULL, ... )
Arguments
x |
An object of class |
main |
Main title for the plot. |
xlab |
A title for the x-axis. |
ylab |
A title for the y-axis. |
col |
A vector of colours for the plotted status curves. |
add |
If |
ylim |
Gives the plotting limits on tye y-axis. |
... |
Additional arguments to the |
Author(s)
Rebecca Mangan and Jason Wyse
[Package SimVitD version 1.0.3 Index]