Learn R Programming

RSEIS (version 3.5-2)

fixcomps: Fix Station Component Names

Description

Convert components to common names: V N E

Usage

fixcomps(oldcomps, SEGY = FALSE)

Arguments

oldcomps
vector of compnents
SEGY
logical, TRUE= segy data with compnents 4,5,6 or 1,2,3

Value

character vector

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