graph.curve {agce}R Documentation

Graph the medians tumor volumes at each time point and for each group.

Description

Estimate the growth curve for each group. All curves are graphed on the same figure.

Usage

graph.curve(data, time, legend=TRUE)

Arguments

data The data matrix or data frame, where the first column correspond to the group ids, the second to the animal ids, the remaining columns are the measurements at each time.
time A vector of numeric values corresponding to the time points at which the measurements were effectued.
legend A logical value, if TRUE legends using the group ids, are added to the graph.

Value

The graph added to the current plotting device.

Author(s)

Raphael Gottardo

Examples

data(Bt20)
graph.curve(Bt20, c(0,3,7,10,14,16), legend=TRUE)

[Package agce version 1.2 Index]