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

View source: R/pbtm_plots.R

plotTTSubOModelR Documentation

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

Description

This function plots the selected model and calculated parameters.

Usage

plotTTSubOModel(
  data,
  model,
  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.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.