mySym {disagg2} | R Documentation |
Create an nxn symmetric matrix from an n length vector
Description
Create an nxn symmetric matrix from an n length vector
Usage
mySym(x)
Arguments
x |
input length n vector |
Details
create an nxn symmetric matrix
Value
y |
symmetric matrix |
Author(s)
c( person( "Erin", "Hodgess", email = "erinm.hodgess@gmail.com", role = c("aut", "cre") ) )
Examples
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or standard data sets, see data().
mySym(1:6)
[Package disagg2 version 0.1.0 Index]