R/pretty.su.R

"pretty.su" <-
function(x,nint=5){
r<-range(x)
x<-seq(r[1],r[2],length=nint+1)
return(x)
}

Try the GLDEX package in your browser

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

GLDEX documentation built on Aug. 21, 2023, 9:08 a.m.