calcHTModel | R Documentation |
This function calculates the hydrotime constant (HT), the median water potential base (Psib50) and the standard deviation (sigma).
calcHTModel( data, germ.wp = "GermWP", cum.time = "CumTime", cum.frac = "CumFraction", max.cum.frac = 1, plot = TRUE )
data |
time course and cumulative dataset to be used in the hydrotime model. The original dataframe template should be used or column names should be modified similarly to the template. A column with time in hours CumTime) + a column with cumulative fractions (CumFraction) and the experiment water potential (Germ.wp) are required. Filter the dataframe to only have treatments with water potential at the same temperature level. |
germ.wp |
Column containing germination water potential. |
cum.time |
Column containing cumulative elapsed time. |
cum.frac |
Column containing cumulative fraction germinated. |
max.cum.frac |
Sets the ceiling cumulative fraction for the model when treatment at optimal condition displays a lower maximum cumulative fraction. Use it on your own discretion. |
plot |
Should the model results be plotted? |
"foo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.