fixcomps {RSEIS} | R Documentation |
Convert components to common names: V N E
fixcomps(oldcomps, SEGY = FALSE)
oldcomps |
vector of compnents |
SEGY |
logical, TRUE= segy data with compnents 4,5,6 or 1,2,3 |
Attemps to convert irregular component names to common format for later processing.
character vector
Jonathan M. Lees<jonathan.lees.edu>
fixcompname
comp <- c("v", "e")
fixcomps(comp)