mean.mrs_data: Calculate the mean spectrum from an mrs_data object.
Description
Calculate the mean spectrum from an mrs_data object.
Usage
# S3 method for mrs_data
mean(x, ...)
Value
mean mrs_data object.
Arguments
- x
object of class mrs_data.
- ...
other arguments to pass to the colMeans function.