plot_spectrum {eseis} | R Documentation |
Plot a spectrum of a seismic signal
Description
This function plots a line graph of the spectrum of a seismic signal.
Usage
plot_spectrum(data, unit = "dB", n = 10000, ...)
Arguments
data |
|
unit |
|
n |
|
... |
Further arguments passed to the plot function. |
Value
A line plot.
Author(s)
Michael Dietze
See Also
Examples
## load example data set
data(rockfall)
## calculate spectrum
spectrum_rockfall <- signal_spectrum(data = rockfall_eseis)
## plot data set with lower resolution
plot_spectrum(data = spectrum_rockfall)
[Package eseis version 0.7.3 Index]