sw.to.par | R Documentation |
Returns PAR by converting incoming shortwave radiation measuremt.
sw.to.par(data, sw.col='sw', coeff=2.114) sw.to.par.base(sw, coeff=2.114)
data |
Object of class data.frame with column name |
sw.col |
Name of column containing shortwave data (units must be W/m^2) |
coeff |
Numerical coefficient to convert SW (W/m^2) to PAR (umol/m^2/sec). Defaults to value from Britton and Dodd (1976). |
sw |
Numeric shortwave value in W/m^2 |
#For sw.to.par
Object of class data.frame with column name 'par' and other values from ts.data
#for sw.to.par.base
Numeric vector of PAR values in units umol/m^2/sec
Luke Winslow and others
Britton, C. M., and J. D. Dodd. Relationships of photosynthetically active radiation and shortwave irradiance. Agricultural Meteorology 17, no. 1 (1976): 1-7.
par.to.sw
#For base function sw <- 800 sw.to.par.base(sw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.