View source: R/aux_checkfiles.R
aux_checkfiles | R Documentation |
The function checks seismic files organised by aux_organisecubefiles
or aux_organisecentaurfiles
for completeness. The tests include
agreement of file name and seismic file meta data.
aux_checkfiles(
dir,
station,
component = "BHZ",
method = "thorough",
period = "weekly",
format = "sac",
duration_set = 3600,
plot = TRUE
)
dir |
|
station |
|
component |
|
method |
|
period |
|
format |
|
duration_set |
|
plot |
|
Data frame
containing check results and meta data.
Michael Dietze
## Not run:
## set seismic data directory
dir_data <- paste0(system.file("extdata", package="eseis"), "/")
## check data archive for record completeness
chk <- aux_checkfiles(dir = dir_data,
station = "RUEG1",
component = "BHZ",
plot = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.