if (FALSE) {
sncl <- aux_getIRISstation(start = as.POSIXct("2010-01-01 22:22:22",
tz = "UTC"),
duration = 120,
location = c(53, 13),
radius = 0.7,
component = "BHZ")
s <- aux_getIRISdata(start = as.POSIXct("2010-01-01 22:22:22",
tz = "UTC"),
duration = 120,
sncl = sncl$sncl[1])
plot_signal(data = s[[1]])
}
Run the code above in your browser using DataLab