colSums | R Documentation |
hyperSpec objects can use the base functions colMeans
,
colSums
, rowMeans
and rowSums
.
## S4 method for signature 'hyperSpec'
colMeans(x, na.rm = TRUE, ..., label.spc)
## S4 method for signature 'hyperSpec'
colSums(x, na.rm = TRUE, ..., label.spc)
## S4 method for signature 'hyperSpec'
rowMeans(x, na.rm = TRUE, ..., label.wavelength)
## S4 method for signature 'hyperSpec'
rowSums(x, na.rm = TRUE, ..., label.wavelength)
x |
hyperSpec object |
na.rm , ... |
further parameters to the base functions
|
label.spc |
labels for the intensity axis for loadings-like (col) statistics |
label.wavelength |
labels for the wavelength axis for scores-like (row) statistics |
colSums
colMeans (flu)
colSums (flu)
colSums (flu)
rowSums (flu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.