Description Usage Arguments Value Examples
View source: R/earthquakeFunctions.R
plot3compEqData: plot all components of 3-component (Z, N, E) seismic data in one window with labels
1 2 3 4 5 6 7 8 | plot3compEqData(
data.df,
total.time = 27,
plotTitle = "plot",
mag = "mag",
starttime = "starttime",
sta = "sta"
)
|
data.df |
dataframe containing sesimic data for 3 components |
total.time |
time interval for the data, default 27s for LEN-DB data |
plotTitle |
title of the plot |
mag |
attribute magnitude |
starttime |
attribute starttime |
sta |
station code |
ggplot of the seismic data
1 | Usage example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.