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
## Not run:
sta <- setstas("/pathto/stationfile")
## End(Not run)
[Package RSEIS version 4.2-0 Index]