R/distTot.r

Defines functions distTot

Documented in distTot

distTot<-function(pts,decdeg=FALSE){
sum(distNode(pts,decdeg=decdeg))
}

Try the pgirmess package in your browser

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

pgirmess documentation built on May 29, 2024, 4:26 a.m.