| Summary {hyperSpec} | R Documentation |
The functions
all,
any,
sum,
prod,
min,
max, and
range
for hyperSpec objects.
## S4 method for signature 'hyperSpec': all(x, ..., na.rm = FALSE) ## S4 method for signature 'hyperSpec': any(x, ..., na.rm = FALSE) ## S4 method for signature 'hyperSpec': sum(x, ..., na.rm = FALSE) ## S4 method for signature 'hyperSpec': prod(x, ..., na.rm = FALSE) ## S4 method for signature 'hyperSpec': min(x, ..., na.rm = FALSE) ## S4 method for signature 'hyperSpec': max(x, ..., na.rm = FALSE) ## S4 method for signature 'hyperSpec': range(x, ..., na.rm = FALSE)
x |
the hyperSpec object |
... |
further objects |
na.rm |
logical indicating whether missing values should be removed |
All these functions work on the spectra matrix.
a numeric
C. Beleites
S4groupGeneric for group generic methods.
Summary for the base summary functions.
Arith for arithmetic operators,
Comparison for comparison operators, and
Math
for group generic functions working on hyperSpec objects.
range (flu)