plotRawData | R Documentation |
This function plots the raw data previously selected. It will plot raw cumulative curves over time.
plotRawData( data, color = NULL, shape = NULL, line = TRUE, cum.time = "CumTime", cum.frac = "CumFraction" )
data |
A data frame with time course data for one or two treatments. |
color |
The treatment to be mapped to color on the plot. |
shape |
The treatment to be mapped to shape on the plot. |
line |
Should the line overlay be added? |
cum.time |
Column name for cumulative elapsed time. |
cum.frac |
Column name for cumulative fraction germinated. |
"foo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.