wave_occurrence: Calculate and Extract the number of occurrences for each...

View source: R/wave_occurrence.R

wave_occurrenceR Documentation

Calculate and Extract the number of occurrences for each waveform type

Description

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.

Details

Labeled data is grouped by each waveform instance and the unique instances of each waveform type are counted.

Value

A tibble object containing a row per waveform instance and two columns, waveform and occurrence, is returned.

See Also

Other waveform functions: plot_pie(), plot_wave(), wave_duration(), wave_extract(), wave_topfreq(), wave_volts()


LylChun/EPGminer documentation built on Aug. 28, 2023, 12:30 a.m.