plot_fbox: Box plot of Frequencies

plot_fboxR Documentation

Box plot of Frequencies

Description

The function plot_fbox shows the frequencies present in a dataset plotted in a box plot by waveform.

Usage

plot_fbox(data, waveforms = c("non-probing", "C", "E1", "E2", "G", "pd1",
"pd2", "pd"))

Arguments

data

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

waveforms

A list of waveforms to include in the plot. Default is all.

Details

The function plot_fbox is designed to allow one to see the frequencies and the variability of frequencies for waveforms in a dataset.

Value

A boxplot of frequencies by waveform. If none of the specified waveforms are present in the data, then the function will return NULL.

See Also

Other frequency related functions: mainfreqs(), plot_fft(), single_fft(), topfreq(), wave_topfreq()


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