R/frobnorm.R

Defines functions frobnorm

frobnorm <- function(x,y=0,...) {
    sum((x-y)^2)^.5
}

Try the lava package in your browser

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

lava documentation built on Nov. 5, 2023, 1:10 a.m.