fixcomps: Fix Station Component Names

fixcompsR Documentation

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

Details

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

Value

character vector

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

fixcompname

Examples

comp <- c("v", "e")
fixcomps(comp)

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.