calcHTPModel | R Documentation |
This function calculates the minimal water potential for priming effects (Psibmin50) and minimal temperature (Tmin).
calcHTPModel( data, priming.wp = "PrimingWP", priming.temp = "PrimingTemp", priming.duration = "PrimingDuration", rate = "GR50", plot = TRUE )
data |
object with the calculated rates with treatments to be used in the Hydrothermal priming model. The output of the CalcSpeed function can be directly used here with the desired treatments. The fields with Treat.priming.wp, Treat.priming.temp and Treat.priming.duration need to be informed in the data file. |
priming.wp |
Column containing the priming water potential treatments. |
priming.temp |
Column containing the priming temperature treatments. |
priming.duration |
Column containing the priming duration treatments. |
rate |
Column containing the growth rate calculations from the calcSpeed function. |
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.