powered by
This function returns the energy irradiance for a given waveband of a radiation spectrum.
irradiance(w.length, s.irrad, w.band = NULL, unit.out = NULL, unit.in = "energy", check.spectrum = TRUE, use.cached.mult = FALSE, use.hinges = getOption("photobiology.use.hinges", default = NULL))
numeric Vector of wavelength (nm)
numeric Corresponding vector of spectral (energy) irradiances (W m-2 nm-1)
waveband or list of waveband objects The waveband(s) determine the region(s) of the spectrum that are summarized.
character Allowed values "energy", and "photon", or its alias "quantum"
logical Flag indicating whether to sanity check input data, default is TRUE
logical Flag indicating whether multiplier values should be cached between calls
logical Flag indicating whether to use hinges to reduce interpolation errors
a single numeric value with no change in scale factor: [W m-2 nm-1] -> [mol s-1 m-2]
Other irradiance functions: e_fluence, e_irrad, energy_irradiance, fluence, irrad, photon_irradiance, q_fluence, q_irrad
e_fluence
e_irrad
energy_irradiance
fluence
irrad
photon_irradiance
q_fluence
q_irrad
# NOT RUN { with(sun.data, irradiance(w.length, s.e.irrad, new_waveband(400,700), "photon")) # }
Run the code above in your browser using DataLab