dot-plot_peaks: Plotting Peaks from find_peaks

.plot_peaksR Documentation

Plotting Peaks from find_peaks

Description

This can be used alone from find_peaks, ensure that you have the correct df form. starting are green lines, ending are blue lines

Usage

.plot_peaks(FindPeaksdf, rowSums, StartEndLine = TRUE)

Arguments

FindPeaksdf

usually found with find_peaks nx4: Index, Height, PeakStart, PeakEnd

rowSums

of the imported matrix from original picture

StartEndLine

bool, if you want a plotted starting and ending line for each peak

Value

void


wesleyburr/magneto documentation built on March 22, 2022, 10:01 p.m.