"Wave Correlation"
.
Exports object of class "Wave Correlation"
.
read.cor.txt()
save.cor.txt(wave.cor.list)
"Wave Correlation"
containing the correlation matrices to be exported.read.cor.txt
function : Object of class "Wave Correlation"
, basically, a list with the following
components
read.cor.txt
are given by the save.cor.txt
functions
read.var.txt
, save.var.txt
data(brain)
brain<-as.matrix(brain)
# WARNING : To process only the first five regions
brain<-brain[,1:5]
# Construction of the correlation matrices for each level of the wavelet decomposition
wave.cor.list<-const.cor.list(brain, method = "modwt" ,wf = "la8", n.levels = 4,
boundary = "periodic", p.corr = 0.975,export.data=FALSE)
#Export the data
save.cor.txt(wave.cor.list)
#Import the data
read.cor.txt()
Run the code above in your browser using DataLab