R/m2v.R

Defines functions `m2v`

`m2v` <-
function(A){
  k <- dim(A)
  k1 <- k[1]
  k2 <- k[2]
  s <- matrix(A,nrow=k1*k2,ncol=1)
  s
}

Try the demogR package in your browser

Any scripts or data that you put into this service are public.

demogR documentation built on May 1, 2019, 10:56 p.m.