Skip to contents

The function wave_occurrence calculates the number of each waveform type.

Usage

wave_occurrence(data)

Arguments

data

A dataframe containing three columns: time, volts, waveform.

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()