setstas | R Documentation |
Read station information and set in list
setstas(stafile)
stafile |
character, station file name path |
reads in ASCII data file.
LIST
name |
character, station name |
lat |
numeric, decimal degrees |
lon |
numeric, decimal degrees |
z |
numeric, decimal degrees |
Jonathan M. Lees<jonathan.lees.edu>
data(GH)
tsta = GH$stafile
tfile = tempfile()
write.table(file=tfile, tsta, row.names=FALSE, col.names=FALSE )
sta <- setstas(tfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.