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 April 8, 2023, 1:12 a.m.