- replicate_exdf
An exdf object representing one CO2 response curve.
- best_fit_parameters
An exdf object representing best-fit parameters for the CO2 response
curve in replicate_exdf, as calculated by
fit_c3_variable_j.
- lower
The same value that was passed to fit_c3_variable_j when
generating best_fit_parameters.
- upper
The same value that was passed to fit_c3_variable_j when
generating best_fit_parameters.
- fit_options
The same value that was passed to fit_c3_variable_j when
generating best_fit_parameters.
- sd_A
The same value that was passed to fit_c3_variable_j when
generating best_fit_parameters.
- relative_likelihood_threshold
The threshold value of relative likelihood used to define the boundaries of
the confidence intervals; see details below.
- Wj_coef_C
A coefficient in the equation for RuBP-regeneration-limited carboxylation,
whose value depends on assumptions about the NADPH and ATP requirements of
RuBP regeneration; see calculate_c3_assimilation for more
information.
- Wj_coef_Gamma_star
A coefficient in the equation for RuBP-regeneration-limited carboxylation,
whose value depends on assumptions about the NADPH and ATP requirements of
RuBP regeneration; see calculate_c3_assimilation for more
information.
- a_column_name
The name of the column in replicate_exdf that contains the net
assimilation in micromol m^(-2) s^(-1).
- ci_column_name
The name of the column in replicate_exdf that contains the
intercellular CO2 concentration in micromol mol^(-1).
- gamma_star_norm_column_name
The name of the column in replicate_exdf that contains the normalized
Gamma_star values (with units of
normalized to Gamma_star at 25 degrees C).
- j_norm_column_name
The name of the column in replicate_exdf that contains the normalized
J values (with units of normalized to J at 25 degrees C).
- kc_norm_column_name
The name of the column in replicate_exdf that contains the normalized
Kc values (with units of normalized to Kc at 25 degrees C).
- ko_norm_column_name
The name of the column in replicate_exdf that contains the normalized
Ko values (with units of normalized to Ko at 25 degrees C).
- oxygen_column_name
The name of the column in exdf_obj that contains the concentration
of O2 in the ambient air, expressed as a percentage (commonly 21% or 2%);
the units must be percent.
- phips2_column_name
The name of the column in replicate_exdf that contains values of the
operating efficiency of photosystem II (dimensionless).
- qin_column_name
The name of the column in replicate_exdf that contains values of the
incident photosynthetically active flux density in
micromol m^(-2) s^(-1).
- rl_norm_column_name
The name of the column in replicate_exdf that contains the normalized
RL values (with units of normalized to RL at 25 degrees C).
- total_pressure_column_name
The name of the column in replicate_exdf that contains the total
pressure in bar.
- tp_norm_column_name
The name of the column in replicate_exdf that contains the normalized
Tp values (with units of normalized to Tp at 25 degrees C).
- vcmax_norm_column_name
The name of the column in replicate_exdf that contains the normalized
Vcmax values (with units of
normalized to Vcmax at 25 degrees C).
- cj_crossover_min
To be passed to error_function_c3_variable_j.
- cj_crossover_max
To be passed to error_function_c3_variable_j.
- hard_constraints
To be passed to calculate_c3_assimilation and
calculate_c3_variable_j; see those functions for more details.
- require_positive_gmc
To be passed to error_function_c3_variable_j.
- gmc_max
To be passed to error_function_c3_variable_j.
- check_j
To be passed to error_function_c3_variable_j.
- ...
Additional arguments to be passed to calculate_c3_assimilation.