Skip to content

Commit

Permalink
Update fit_aci_response.R to fix issue #16
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmuir authored Mar 3, 2024
1 parent be43024 commit 73f32a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fit_aci_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param data Dataframe for A-Ci curve fitting
#' @param varnames List of variable names. varnames = list(A_net = "A_net",
#' T_leaf = "T_leaf", C_i = "C_i", PPFD = "PPFD", g_mc = "g_mc"), where A_net
#' is net CO2 assimilation, T_leaf is leaf temperature in Celsius, C_i is
#' is net CO2 assimilation, T_leaf is leaf temperature in Kelvin, C_i is
#' intercellular CO2 concentration in umol/mol, PPFD is incident irradiance
#' in umol m-2 s-1 (note that it is ASSUMED to be absorbed irradiance, so be
#' sure to adjust according to light absorbance and PSI/PSII partitioning
Expand Down

0 comments on commit 73f32a8

Please sign in to comment.