WaveToTimeSeries {IgorR}R 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()


[Package IgorR version 0.9.0 Index]