R/VTM.R

Defines functions VTM

VTM <- function(vc, dm) {
  matrix(vc, ncol = length(vc), nrow = dm, byrow = TRUE)
}
celehs/PheNorm documentation built on March 2, 2021, 2:12 a.m.