R/vecLength.r

#' Function vecLength
#' 
#' @export
vecLength <- function (...) 
sqrt(sum(sapply(..., function(x) x^2)))
AndreasFischer1985/threeD documentation built on June 4, 2023, 1:29 a.m.