View source: R/wave_occurrence.R
wave_occurrence | R Documentation |
The function wave_occurrence calculates the number of each waveform type.
wave_occurrence(data)
data |
A dataframe containing three columns: time, volts, waveform. |
Labeled data is grouped by each waveform instance and the unique instances of each waveform type are counted.
A tibble object containing a row per waveform instance and two columns, waveform and occurrence, is returned.
Other waveform functions:
plot_pie()
,
plot_wave()
,
wave_duration()
,
wave_extract()
,
wave_topfreq()
,
wave_volts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.