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


Bott-binc/magnetoPackage2020 documentation built on Oct. 12, 2024, 7:49 p.m.