plotHTTModel: A Function to plot the selected calculated model and...

View source: R/pbtm_plots.R

plotHTTModelR Documentation

A Function to plot the selected calculated model and parameters and predicitions.

Description

This function plots the selected model and calculated parameters.

Usage

plotHTTModel(
  data,
  model,
  germ.wp = "GermWP",
  germ.temp = "GermTemp",
  cum.time = "CumTime",
  cum.frac = "CumFraction"
)

Arguments

data

A data frame containing time course and cumulative germination fractions to be used in the ThermalTime model. A column with time in hours, a column with cumulative fractions, and the experiment temperature are required.

model

is the results list returned from from running any of the PBT models.

germ.wp

Name of the column for the water potential.

germ.temp

Name of the column for the experimental temperature.

cum.time

Name of the column for cumulative time.

cum.frac

Name of the the column for cumulative fraction germinated.

Examples

"foo"

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