.getVecNames | R Documentation |
The function generates names for a vector that contains elements
of the lower triangle of a matrix. The R code has been copied from
getNames
(not exported function of the discordant
package)
and changed such that the names are generated by columns (and not by rows
as in the original function, which produces implausible results).
.getVecNames(x)
x |
symmetric matrix for which the column and row names should be returned as a vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.