.allowed_edge_distance | R Documentation |
Takes a percentage and calculates the cutoff value for a function to look for something. Used for find_peaks
.allowed_edge_distance(rowSums, percentage, percentageLeftSide = NULL)
rowSums |
The sum of the rows of the matrix |
percentage |
Percentage of the picture that you would like removed from edge if percentageLeftSide is unspecified uses percentage for both i.e left = 1 - right |
percentageLeftSide |
the left percentage that you want to remove(default = NULL) |
vector of (rightSideDistance, leftSideDistance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.