## S3 method for class 'source_mspct':
fluence(spct, w.band = NULL,
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
exposure.time = NA, wb.trim = getOption("photobiology.waveband.trim",
default = TRUE), use.cached.mult = getOption("photobiology.use.cached.mult",
default = FALSE), use.hinges = getOption("photobiology.use.hinges", default
= NULL), allow.scaled = FALSE, ..., idx = !is.null(names(spct)))
fluence(spct, w.band, unit.out, exposure.time, wb.trim, use.cached.mult,
use.hinges, allow.scaled, ...)
## S3 method for class 'default':
fluence(spct, w.band, unit.out, exposure.time, wb.trim,
use.cached.mult, use.hinges, allow.scaled, ...)
## S3 method for class 'source_spct':
fluence(spct, w.band = NULL,
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
exposure.time = NA, wb.trim = getOption("photobiology.waveband.trim",
default = TRUE), use.cached.mult = getOption("photobiology.use.cached.mult",
default = FALSE), use.hinges = getOption("photobiology.use.hinges", default
= NULL), allow.scaled = FALSE, ...)waveband objects or a waveband objectsource_mspct: Calculates fluence from asource_mspctobject.default: Default for generic functionsource_spct: Calculate photon fluence from asource_spctobject and the duration of the exposuree_fluence.source_mspct,
e_irrad.source_mspct,
energy_irradiance,
irrad.source_mspct,
irradiance,
photon_irradiance,
q_fluence.source_mspct,
q_irrad.source_mspctlibrary(lubridate)
fluence(sun.spct,
w.band = new_waveband(400,700),
exposure.time = lubridate::duration(3, "minutes") )Run the code above in your browser using DataLab