Usage
fscale(x, ...)
## S3 method for class 'default':
fscale(x, ...)
## S3 method for class 'source_spct':
fscale(x, range = NULL, f = "mean",
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
...)
## S3 method for class 'response_spct':
fscale(x, range = NULL, f = "mean",
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
...)
## S3 method for class 'filter_spct':
fscale(x, range = NULL, f = "mean",
qty.out = getOption("photobiology.filter.qty", default = "transmittance"),
...)
## S3 method for class 'reflector_spct':
fscale(x, range = NULL, f = "mean",
qty.out = NULL, ...)
## S3 method for class 'raw_spct':
fscale(x, range = NULL, f = "mean", ...)
## S3 method for class 'cps_spct':
fscale(x, range = NULL, f = "mean", ...)
## S3 method for class 'generic_spct':
fscale(x, range = NULL, f = "mean", col.names, ...)
## S3 method for class 'source_mspct':
fscale(x, range = NULL, f = "mean",
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
...)
## S3 method for class 'response_mspct':
fscale(x, range = NULL, f = "mean",
unit.out = getOption("photobiology.radiation.unit", default = "energy"),
...)
## S3 method for class 'filter_mspct':
fscale(x, range = NULL, f = "mean",
qty.out = getOption("photobiology.filter.qty", default = "transmittance"),
...)
## S3 method for class 'reflector_mspct':
fscale(x, range = NULL, f = "mean",
qty.out = NULL, ...)
## S3 method for class 'raw_mspct':
fscale(x, range = NULL, f = "mean", ...)
## S3 method for class 'cps_mspct':
fscale(x, range = NULL, f = "mean", ...)
## S3 method for class 'generic_mspct':
fscale(x, range = NULL, f = "mean", col.names, ...)
## S3 method for class 'default':
fshift(x, ...)