cornames<- | R Documentation |
Name for square arrays like correlation matrices
cornames(x) <- value
x |
a square array, matrix, or data.frame |
value |
a vector of names |
a named square array, matrix, or data.frame
R <- tri2cor(.5)
cornames(R) <- c("A", "B")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.