CalcHTPModel: A Function to calculate the Hydrothermal priming model...

calcHTPModelR Documentation

A Function to calculate the Hydrothermal priming model parameters.

Description

This function calculates the minimal water potential for priming effects (Psibmin50) and minimal temperature (Tmin).

Usage

calcHTPModel(
  data,
  priming.wp = "PrimingWP",
  priming.temp = "PrimingTemp",
  priming.duration = "PrimingDuration",
  rate = "GR50",
  plot = TRUE
)

Arguments

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?

Examples

"foo"

pedrobello/pbtm documentation built on May 17, 2022, 3:37 a.m.