Learn R Programming

RSEIS (version 3.7-4)

setstas: Set Station information

Description

Read station information and set in list

Usage

setstas(stafile)

Arguments

stafile

character, station file name path

Value

LIST

name

character, station name

lat

numeric, decimal degrees

lon

numeric, decimal degrees

z

numeric, decimal degrees

Details

reads in ASCII data file.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
sta <- setstas("/pathto/stationfile")
# }

Run the code above in your browser using DataLab