if (FALSE) {
## Provide a list of correlation matrices and a vector of sample sizes as the inputs
my.df1 <- Cor2DataFrame(Nohe15A1$data, Nohe15A1$n)
## Add Lag time as a variable
my.df1$data <- data.frame(my.df1$data, Lag=Nohe15A1$Lag, check.names=FALSE)
## Data
my.df1$data
## Sample sizes
my.df1$n
## ylabels
my.df1$ylabels
## vlabels
my.df1$vlabels
#### Simplified version to do it
my.df2 <- Cor2DataFrame(Nohe15A1)
}
Run the code above in your browser using DataLab