Calculate and Extract the number of occurrences for each waveform type
wave_occurrence.Rd
The function wave_occurrence calculates the number of each waveform type.
Value
A tibble object containing a row per waveform instance and two columns, waveform and occurrence, is returned.
Details
Labeled data is grouped by each waveform instance and the unique instances of each waveform type are counted.
See also
Other waveform functions:
plot_pie()
,
plot_wave()
,
wave_duration()
,
wave_extract()
,
wave_topfreq()
,
wave_volts()