Box plot of Frequencies
plot_fbox.Rd
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.
Value
A boxplot of frequencies by waveform. If none of the specified waveforms are present in the data, then the function will return NULL.
Details
The function plot_fbox is designed to allow one to see the frequencies and the variability of frequencies for waveforms in a dataset.
See also
Other frequency related functions:
mainfreqs()
,
plot_fft()
,
single_fft()
,
topfreq()
,
wave_topfreq()