R/Ln.R

Defines functions Ln

Documented in Ln

Ln <-
function(x,y){
    s<-order(y[order(x)])
    rr<-lis(s)
}

Try the LIStest package in your browser

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

LIStest documentation built on May 2, 2019, 12:34 p.m.