fit_A_Ci_curve: A function that fits A/Ci curve.

View source: R/fit_A_Ci_curve.R

fit_A_Ci_curveR Documentation

A function that fits A/Ci curve.

Description

A function

Usage

fit_A_Ci_curve(
  dataframe,
  O2 = 21,
  title = "A/Ci curve",
  subtitle = "",
  manual_check = TRUE,
  save_plot = FALSE,
  save_path = "output_directory_licorfiles/A_Ci_plots/"
)

Arguments

dataframe

A dataframe from which to calculate the fit parameters.

title

A string for the title of the plot

manual_check

A boolean to regulate if you want to manual check the data

Value

Returns a list of the check state, A1, A2, deltaA, other constands and t50

Author(s)

Sam Loontjens

Examples

  parameters <- fit_photosynthetic_induction_A_curve(mydata,
                                                     "data from today")


SamLoontjens/HandlingLicorFiles documentation built on Nov. 14, 2023, 6:32 a.m.