OpEC4photo(obsDat, iVcmax = 60, iVpmax = 120, iVpr = 80, iJmax = 400, co2 = 380, o2 = 210, level = 0.95)
\mu
mol
m^{-2}
s^{-1}
). The second column should be
the observed quantum flux (\mu
mol m^{-2}
s^{-1}
). The third column should be observed
temperature of the leaf (Celsius). The fourth column
should be the observed relative humidity in proportion
(e.g. 0.7).OpEC4photo
. Notice that
these are the new-style S4 classes.
Optimization method for the von Caemmerer C4 photosynthesis model.
data(obsNaid) ## These data are from Naidu et al. (2003) ## in the correct format res <- OpEC4photo(obsNaid) ## Other example using Beale, Bint and Long (1996) data(obsBea) resB <- OpEC4photo(obsBea)