R/critera.R

Defines functions critera

Documented in critera

critera <-
function(aold, anew){
    (sum((aold - anew)^2))^0.5
}

Try the CA3variants package in your browser

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

CA3variants documentation built on Oct. 10, 2022, 5:07 p.m.