rockfall {eseis} | R Documentation |
Seismic trace of a rockfall event.
Description
The dataset comprises the seismic signal (vertical component) of a rockfall event, preceeded by an earthquake. The data have been recorded at 200 Hz sampling frequency with an Omnirecs Cube ext 3 data logger.
The dataset comprises the time vector corresponding the to seismic signal of the rockfall event from the example data set "rockfall".
The dataset comprises the seismic signal (vertical component) of a rockfall event, preceeded by an earthquake. The data have been recorded at 200 Hz sampling frequency with an Omnirecs Cube ext 3 data logger.
Usage
rockfall_z
rockfall_t
rockfall_eseis
Format
The format is: num [1:98400] 65158 65176 65206 65194 65155 ...
The format is: POSIXct[1:98400], format: "2015-04-06 13:16:54" ...
List of 4 $ signal : num [1:98399] 65211 65192 65158 65176 65206 ... $ meta :List of 12 ..$ station : chr "789 " ..$ network : chr "XX " ..$ component: chr "p0 " ..$ n : int 98399
Examples
## load example data set
data(rockfall)
## plot signal vector using base functionality
plot(x = rockfall_t, y = rockfall_z, type = "l")
## plot signal vector using the package plot function
plot_signal(data = rockfall_z, time = rockfall_t)
## load example data set
data(rockfall)
## load example data set
data(rockfall)