R/vlen.R

Defines functions `vlen`

`vlen` <-
function(A1)
  {
    return(sqrt(sum(A1^2)))
    
  }

Try the RSEIS package in your browser

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

RSEIS documentation built on Sept. 13, 2024, 1:09 a.m.