R/recurs.d2.r

recurs.d2 <- function(points.d2,d2){
    new.d2<-base.d2(points.d2,d2)
    if (dim(new.d2)[1]>dim(d2)[1]){
        new.d2<-recurs.d2(points.d2,new.d2)
    }
return(new.d2)
}

Try the SPODT package in your browser

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

SPODT documentation built on May 2, 2019, 9:43 a.m.