Usage
check_spct(x, byref, strict.range, ...)
## S3 method for class 'default':
check_spct(x, byref = FALSE, strict.range = NA, ...)
## S3 method for class 'generic_spct':
check_spct(x, byref = TRUE, strict.range = NA,
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'raw_spct':
check_spct(x, byref = TRUE, strict.range = FALSE,
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'cps_spct':
check_spct(x, byref = TRUE,
strict.range = getOption("photobiology.strict.range", default = FALSE),
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'filter_spct':
check_spct(x, byref = TRUE,
strict.range = getOption("photobiology.strict.range", default = FALSE),
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'reflector_spct':
check_spct(x, byref = TRUE,
strict.range = getOption("photobiology.strict.range", default = FALSE),
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'object_spct':
check_spct(x, byref = TRUE,
strict.range = getOption("photobiology.strict.range", default = FALSE),
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'response_spct':
check_spct(x, byref = TRUE, strict.range = NA,
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'source_spct':
check_spct(x, byref = TRUE,
strict.range = getOption("photobiology.strict.range", default = FALSE),
multiple.wl = getMultipleWl(x), ...)
## S3 method for class 'chroma_spct':
check_spct(x, byref = TRUE,
strict.range = getOption("photobiology.strict.range", default = FALSE),
multiple.wl = getMultipleWl(x), ...)