.bottom_image_cut | R Documentation |
attempts to find a gap between the traces and timing marks, if found it will return the point in which the image can be trimmed removing the timing marks
.bottom_image_cut(
imageMatrix,
percentFromEdge,
percentEdgeForLeft = NULL,
shortestAllowedSeqOfZeros = 50
)
imageMatrix |
Imported image into matrix form, can use tiff_import() |
percentFromEdge |
used in find_peaks if you know there wont be a peak in a region |
percentEdgeForLeft |
passed into find peaks, if not specified, uses percentFromEdge for both left and right sides, if specified, percentFromEdge is defaulted to just the right side of the plot |
shortestAllowedSeqOfZeros |
smallest gap allowed to be found to consider the trace not intersecting the timing marks |
value of bottom cut that should be removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.