ASCII.SEISN | R Documentation |
Write RSEIS list to a file in ASCII format.
ASCII.SEISN(GH, sel = 1, HEAD = TRUE, destdir='.' )
GH |
RSEIS list |
sel |
vector, select which ttraces to write |
HEAD |
logical, TRUE will put a header in the file |
destdir |
character, path to folder to deposit output file |
Used for data exchange for users who do not want to use RSEIS. The header consists of one line start date (yr, jd, hr, min, sec) and sample rate (dt).
Side effects - files are created.
Jonathan M. Lees<jonathan.lees@unc.edu>
## Not run:
##### this example creates an ascii version of the
##### seismic data for exchange purposes
data("GH")
tempd = tempdir()
sel <- which(GH$COMPS == "V" & GH$STNS=="CE1" )
ASCII.SEISN(GH, sel = 1, HEAD = TRUE, destdir=tempd)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.