fixcomps {RSEIS} | R 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)
[Package RSEIS version 4.2-0 Index]