R/pstart.R

pstart <-
function(xscale=30, expand=1.2)
  {
    if(missing(xscale)) xscale=30
    if(missing(expand)) expand=1.2

    
   ##  print(paste(sep=" ", "xscale=", xscale))

    
    plot(c(-expand*xscale, expand*xscale), c(-expand*xscale, expand*xscale), type='n' ,  axes=FALSE, ann=FALSE, asp=1)
  }

Try the geophys package in your browser

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

geophys documentation built on May 1, 2019, 9:26 p.m.