plot.vitd.curve: Plotting a vitd.curve object

View source: R/plot.vitd.curve.R

plot.vitd.curveR 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 vitd.curve.

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 TRUE, add to current plotting window

ylim

Gives the plotting limits on tye y-axis.

...

Additional arguments to the plot function.

Author(s)

Rebecca Mangan and Jason Wyse


SimVitD documentation built on Aug. 20, 2023, 5:06 p.m.