| dm_event_times | R Documentation |
Extracts event times from objects returned by phase.zg() or
phase.sc(). The resulting table can be passed directly to
[dm_epoch_extract()] for superposed epoch analysis.
dm_event_times(
x,
event = "all",
phase = NULL,
min_duration = NULL,
min_magnitude = NULL,
min_max_twd = NULL,
remove_na_times = TRUE
)
x |
Object of class |
event |
Event type to extract. Use |
phase |
Optional phase filter for generic events |
min_duration |
Optional minimum |
min_magnitude |
Optional minimum |
min_max_twd |
Optional minimum |
remove_na_times |
Logical. If |
A tibble of events with class c("dm_events", ...).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.