mean.mts | R Documentation |
Take the mean of all the columns in a multi-time series (mts) object
## S3 method for class 'mts'
mean(x, ...)
x |
an mts object |
... |
additional arguments (currently ignored) |
return value Single time series (ts)
ts
require(IgorR)
w<-read.pxp(system.file("igor","WedJul407c2_001.pxp",package="IgorR"))
wts<-WaveToTimeSeries(w[c('RecordA0',"RecordA1")])
wm<-mean(wts)
summary(wm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.