fluence(spct, w.band, unit.out, exposure.time, wb.trim, use.cached.mult, use.hinges, allow.scaled, ...)
"fluence"(spct, w.band, unit.out, exposure.time, wb.trim, use.cached.mult, use.hinges, allow.scaled, ...)
"fluence"(spct, w.band = NULL, unit.out = getOption("photobiology.radiation.unit", default = "energy"), exposure.time, wb.trim = getOption("photobiology.waveband.trim", default = TRUE), use.cached.mult = getOption("photobiology.use.cached.mult", default = FALSE), use.hinges = NULL, allow.scaled = FALSE, ...)
"fluence"(spct, w.band = NULL, unit.out = getOption("photobiology.radiation.unit", default = "energy"), exposure.time, wb.trim = getOption("photobiology.waveband.trim", default = TRUE), use.cached.mult = getOption("photobiology.use.cached.mult", default = FALSE), use.hinges = NULL, allow.scaled = FALSE, ..., idx = !is.null(names(spct)))
waveband
objects or a waveband
objectdefault
: Default for generic function source_spct
: Calculate photon fluence from a source_spct
object and the duration of the exposure source_mspct
: Calculates fluence from a source_mspct
object.
e_fluence
,
e_irrad
, energy_irradiance
,
irradiance
, irrad
,
photon_irradiance
, q_fluence
,
q_irrad
library(lubridate)
fluence(sun.spct,
w.band = waveband(c(400,700)),
exposure.time = lubridate::duration(3, "minutes") )
Run the code above in your browser using DataLab