Usage
clean(x, range, range.s.data, fill, ...)
## S3 method for class 'default':
clean(x, range, range.s.data, fill, ...)
## S3 method for class 'source_spct':
clean(x, range = x, range.s.data = c(0, NA),
fill = range.s.data, unit.out = getOption("photobiology.radiation.unit",
default = "energy"), ...)
## S3 method for class 'filter_spct':
clean(x, range = x, range.s.data = NULL,
fill = range.s.data, qty.out = getOption("photobiology.filter.qty",
default = "transmittance"), ...)
## S3 method for class 'reflector_spct':
clean(x, range = x, range.s.data = c(0, 1),
fill = range.s.data, ...)
## S3 method for class 'response_spct':
clean(x, range = x, range.s.data = c(0, NA),
fill = range.s.data, unit.out = getOption("photobiology.radiation.unit",
default = "energy"), ...)
## S3 method for class 'cps_spct':
clean(x, range = x, range.s.data = c(0, NA),
fill = range.s.data, ...)
## S3 method for class 'raw_spct':
clean(x, range = x, range.s.data = c(NA_real_, NA_real_),
fill = range.s.data, ...)
## S3 method for class 'generic_spct':
clean(x, range = x, range.s.data = c(NA_real_,
NA_real_), fill = range.s.data, col.names, ...)
## S3 method for class 'source_mspct':
clean(x, range = NULL, range.s.data = c(0, NA),
fill = range.s.data, unit.out = getOption("photobiology.radiation.unit",
default = "energy"), ...)
## S3 method for class 'filter_mspct':
clean(x, range = NULL, range.s.data = NULL,
fill = range.s.data, qty.out = getOption("photobiology.filter.qty",
default = "transmittance"), ...)
## S3 method for class 'reflector_mspct':
clean(x, range = NULL, range.s.data = c(0, 1),
fill = range.s.data, ...)
## S3 method for class 'response_mspct':
clean(x, range = NULL, range.s.data = c(0, NA),
fill = range.s.data, unit.out = getOption("photobiology.radiation.unit",
default = "energy"), ...)
## S3 method for class 'cps_mspct':
clean(x, range = NULL, range.s.data = c(0, NA),
fill = range.s.data, ...)
## S3 method for class 'raw_mspct':
clean(x, range = NULL, range.s.data = c(0, NA),
fill = range.s.data, ...)
## S3 method for class 'generic_mspct':
clean(x, range = x, range.s.data = c(NA_real_,
NA_real_), fill = range.s.data, col.names, ...)