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 May 29, 2024, 3:10 a.m.