Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


RSEIS (version 3.7-4)

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
# NOT RUN {
comp <- c("v", "e")
fixcomps(comp)
# }

Run the code above in your browser using DataLab