fshift(x, ...)# S3 method for source_spct
fshift(x, range = c(min(x), min(x) + 10), f = "mean",
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
...)
# S3 method for response_spct
fshift(x, range = c(min(x), min(x) + 10),
f = "mean", unit.out = getOption("photobiology.radiation.unit", default =
"energy"), ...)
# S3 method for filter_spct
fshift(x, range = c(min(x), min(x) + 10), f = "min",
qty.out = getOption("photobiology.filter.qty", default = "transmittance"),
...)
# S3 method for reflector_spct
fshift(x, range = c(min(x), min(x) + 10),
f = "min", qty.out = NULL, ...)
# S3 method for source_mspct
fshift(x, range = c(min(x), min(x) + 10), f = "mean",
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
...)
# S3 method for raw_spct
fshift(x, range = c(min(x), min(x) + 10), f = "mean",
qty.out = NULL, ...)
# S3 method for cps_spct
fshift(x, range = c(min(x), min(x) + 10), f = "mean",
qty.out = NULL, ...)
# S3 method for generic_spct
fshift(x, range = c(min(x), min(x) + 10), f = "mean",
col.names, ...)
# S3 method for response_mspct
fshift(x, range = c(min(x), min(x) + 10),
f = "mean", unit.out = getOption("photobiology.radiation.unit", default =
"energy"), ...)
# S3 method for filter_mspct
fshift(x, range = c(min(x), min(x) + 10), f = "min",
qty.out = getOption("photobiology.filter.qty", default = "transmittance"),
...)
# S3 method for reflector_mspct
fshift(x, range = c(min(x), min(x) + 10),
f = "min", qty.out = NULL, ...)
# S3 method for raw_mspct
fshift(x, range = c(min(x), min(x) + 10), f = "min",
...)
# S3 method for cps_mspct
fshift(x, range = c(min(x), min(x) + 10), f = "min",
...)
# S3 method for generic_mspct
fshift(x, range = c(min(x), min(x) + 10), f = "min",
col.names, ...)
f.range() returns a numeric vector of
length 2 with the limits of a range of wavelengths in nm, with min annd max
wavelengths (nm)x as first argument and
returning a numeric value.source_spct: response_spct: filter_spct: reflector_spct: source_mspct: raw_spct: cps_spct: generic_spct: response_mspct: filter_mspct: reflector_mspct: raw_mspct: cps_mspct: generic_mspct:
fscale,
getNormalized, is_normalized,
is_scaled, normalize,
setNormalized, setScaled