R/pickgeninfo.R

Defines functions pickgeninfo

Documented in pickgeninfo

pickgeninfo<-function()
  {
doc = c("#############################", "swig is a generic Picking program",
"Use left Mouse click to select traces and windows.",
"Use the buttons to operate on the selected traces/windows",
"To zoom, click twice with the left mouse on the traces, then right mouse zooms",
"Right Mouse with no left mouse clicks is equivalent to \"Done\" ",
  "Some Buttons require selection of a trace and/or a window",
"#############################"
  )
cat(doc, sep="\n")
  }

Try the RSEIS package in your browser

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

RSEIS documentation built on May 29, 2024, 11:04 a.m.