View source: R/userFunctions.R
trim_top_bottom | R Documentation |
trims the top and bottom if the user knows where there will definitely not be any points
trim_top_bottom(image, trimAmountTop = 100, trimAmountBottom = 50)
image |
A matrix |
trimAmountTop |
Number of pixels |
trimAmountBottom |
Number of pixels |
the matrix without the specified bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.