sym_PI: Simulate and plot a _Symbiodinium_ PI curve.

Description Usage Arguments Value Examples

View source: R/sym_PI.R

Description

Given a set of parameters defining Symbiodinium photobiology (e.g., yCL, jCPm, kROS, kNPQ, k), sym_PI calculates and plots the rate of photosynthesis (jCP), NPQ (jNPQ), and ROS production (cROS) as a function of irradiance. This simulation is meant to show the photosynthetic performance of a given symbiont independent from a host (i.e., in a state that is not influenced by host carbon-concentrating mechanisms), so the "jCO2" parameter is set at a very high value.

Usage

1
sym_PI(pars, draw = TRUE)

Arguments

pars

A list of model parameters to use in the simulation, i.e. the object returned by def_pars.

draw

Whether to plot PI curve (TRUE or FALSE)

Value

A data frame with simulation results at each time step.

Examples

1
PI1 <- sym_PI(def_pars())

jrcunning/coRal documentation built on March 24, 2021, 1:28 a.m.