calc_photo | R Documentation |
Generates estimates of photosynthetic rates using a Farquar type photosynthesis model.
calc_photo(leaf_temp, photo_active_rad, atmospheric_co2, ppl, pht)
leaf_temp |
matrix with ntimesteps rows, nsites columns, containing leaf temperature [°C] |
photo_active_rad |
matrix with ntimesteps rows, nsites columns, containing photosynthetically active radiation [umol*m^(-2)*s^(-1)] |
atmospheric_co2 |
matrix with ntimesteps rows, nsites columns, containing atmospheric CO2 partial pressure [Pa] |
ppl |
a list of photosynthetic parameters (see |
pht |
a string indicating "c3" or "c4" photosynthesis |
This function is called internally by get_input()
.
matrix with ntimesteps rows, nsites columns, containing the calculated photosynthetic rates [umol*m^(-2)*s^(-1)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.