setstas {RSEIS} | R Documentation |
Set Station information
Description
Read station information and set in list
Usage
setstas(stafile)
Arguments
stafile |
character, station file name path |
Details
reads in ASCII data file.
Value
LIST
name |
character, station name |
lat |
numeric, decimal degrees |
lon |
numeric, decimal degrees |
z |
numeric, decimal degrees |
Author(s)
Jonathan M. Lees<jonathan.lees.edu>
Examples
data(GH)
tsta = GH$stafile
tfile = tempfile()
write.table(file=tfile, tsta, row.names=FALSE, col.names=FALSE )
sta <- setstas(tfile)
[Package RSEIS version 4.2-4 Index]