View source: R/fit_A_Ci_curve.R
fit_A_Ci_curve | R Documentation |
A function
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/"
)
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 |
Returns a list of the check state, A1, A2, deltaA, other constands and t50
Sam Loontjens
parameters <- fit_photosynthetic_induction_A_curve(mydata,
"data from today")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.