plotHTTModel | R Documentation |
This function plots the selected model and calculated parameters.
plotHTTModel( data, model, germ.wp = "GermWP", germ.temp = "GermTemp", cum.time = "CumTime", cum.frac = "CumFraction" )
data |
A data frame containing time course and cumulative germination fractions to be used in the ThermalTime model. A column with time in hours, a column with cumulative fractions, and the experiment temperature are required. |
model |
is the results list returned from from running any of the PBT models. |
germ.wp |
Name of the column for the water potential. |
germ.temp |
Name of the column for the experimental temperature. |
cum.time |
Name of the column for cumulative time. |
cum.frac |
Name of the the column for cumulative fraction germinated. |
"foo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.