read.convert_1_2 {brainwaver}R Documentation

Conversion of already edited objects from version 1 to 2

Description

Reads text files ("wave_cor_mat_level_[1:n.levels].txt") from version 1 and add the length of the time series in the object of class "Wave Correlation".

Usage

read.convert_1_2(proc.length)

Arguments

proc.length specifies the length of the original processes using to construct the cor.mat

~~Describe proc.length

Value

Object of class "Wave Correlation", basically, a list with the following components

d? Correlation matrix for each scale of the wavelet decomposition.
lowerd? matrix containing the lower bound of the correlation for each scale of the wavelet decomposition.
upperd? matrix containing the upper bound of the correlation for each scale of the wavelet decomposition.

Note

only in version 1.2

Author(s)

S. Achard

See Also

read.cor.txt, save.cor.txt


[Package brainwaver version 1.4 Index]