View source: R/nm.cormat.extract.r
| nm.cormat.extract | R Documentation | 
Extract correlation matrix from a .cor file
nm.cormat.extract(run, path = getOption("nmDir"))
run | 
 character string in the form of 'run1'  | 
path | 
 Directory where .cov file resides  | 
Covariate matrix
extract.varcov, get.covmat, nm.covmat.extract
nm.unzip(run = "example1", extension = ".cor", 
path = file.path(getOption("qpExampleDir"),"example1"))
run1.cormat =  nm.cormat.extract("example1", 
path = getOption("qpExampleDir"))
names(run1.cormat)
names(run1.cormat[[1]])
lapply(run1.cormat, dim)
file.remove( file.path(getOption("qpExampleDir"),"example1/example1.cor"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.