Learn R Programming

RSEIS (version 3.5-2)

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: 
# sta <- setstas("/pathto/stationfile")
# ## End(Not run)

Run the code above in your browser using DataLab