CalcHPModel: A Function to calculate the Hydropriming model parameters.

calcHPModelR Documentation

A Function to calculate the Hydropriming model parameters.

Description

This function calculates the minimal water potential for priming effects (Psib50min).

Usage

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

Arguments

data

Data rame with the calculated rates with treatments to be used in the Hydropriming model. The output of the calcSpeed function can be directly used here with the desired treatments. Priming water potential and priming duration treatments are required.

priming.wp

Column containing the priming water potential treatments.

priming.duration

Column containing the priming duration treatments.

rate

Column containing the growth rate data 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.