powered by
Read station information and set in list
setstas(stafile)
LIST
character, station name
numeric, decimal degrees
character, station file name path
Jonathan M. Lees<jonathan.lees.edu>
reads in ASCII data file.
data(GH) tsta = GH$stafile tfile = tempfile() write.table(file=tfile, tsta, row.names=FALSE, col.names=FALSE ) sta <- setstas(tfile)
Run the code above in your browser using DataLab