WaveToTimeSeries: Convert an Igor wave (wave list) loaded by read.ibw into an R...

View source: R/ReadIgorBinary.R

WaveToTimeSeriesR Documentation

Convert an Igor wave (wave list) loaded by read.ibw into an R time series

Description

Where there are multiple waves, they are assumed to be of compatible lengths so that they can be joined together by cbind.

Usage

WaveToTimeSeries(WaveData, ReturnOriginalDataOnError = TRUE)

Arguments

WaveData

a wave or list of waves

ReturnOriginalDataOnError

If we can't make a time series, return return original data (default TRUE)

Value

a time series or multi time series (ts, mts)

Author(s)

jefferis

See Also

Other igor-io: read.ibw(), read.pxp()


jefferis/IgorR documentation built on Aug. 25, 2024, 9:37 p.m.