.plot_peaks | R Documentation |
This can be used alone from find_peaks, ensure that you have the correct df form. starting are green lines, ending are blue lines
.plot_peaks(FindPeaksdf, rowSums, StartEndLine = TRUE)
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 |
void
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.