if (FALSE) {
## read and plot 10 min of data from Ecuador, specifying the component
s <- read_fdsn(start = "2020-05-16 22:42:00",
duration = 360,
station = "IMBA",
network = "EC",
component = "HHZ")
plot(s)
## read and plot 10 min of data from Germany, specifying the URL
s <- read_fdsn(start = "2017-03-21 04:38:00",
duration = 360,
station = "RGN",
network = "GE",
url = "http://geofon.gfz-potsdam.de")
plot(s)
}
Run the code above in your browser using DataLab