plotHTPModel: A Function to plot the both priming models.

View source: R/priming_plots.R

plotHTPModelR Documentation

A Function to plot the both priming models.

Description

This function plots the priming models and calculated parameters.

Usage

plotHTPModel(
  data,
  model,
  priming.wp = "PrimingWP",
  priming.temp = "PrimingTemp",
  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.

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.temp

Column name for the priming temperature.

priming.duration

Column name for the duration of priming.

Examples

"foo"

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