Learn R Programming

RSEIS (version 4.2-4)

fixcomps: Fix Station Component Names

Description

Convert components to common names: V N E

Usage

fixcomps(oldcomps, SEGY = FALSE)

Value

character vector

Arguments

oldcomps

vector of compnents

SEGY

logical, TRUE= segy data with compnents 4,5,6 or 1,2,3

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

Attemps to convert irregular component names to common format for later processing.

See Also

fixcompname

Examples

Run this code
comp <- c("v", "e")
fixcomps(comp)

Run the code above in your browser using DataLab