R/vecToVer.r

#' Function vecToVer
#' 
#' @export
vecToVer <- function (x, y, z) 
c(sapply(1:length(x), function(i) c(x[i], y[i], z[i])))
AndreasFischer1985/threeD documentation built on June 4, 2023, 1:29 a.m.