plotHPModel: A Function to plot the both priming models.

View source: R/priming_plots.R

plotHPModelR Documentation

A Function to plot the both priming models.

Description

This function plots the priming models and calculated parameters.

Usage

plotHPModel(
  data,
  model,
  priming.wp = "PrimingWP",
  priming.duration = "PrimingDuration"
)

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.

model

is data object resulting from the CalcHPModel() or CalcHTPModel() functions containing the model information and parameter results.

priming.wp

Column name for the priming water potential.

priming.duration

Column name for the duration of priming.

Examples

"foo"

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