View source: R/edger_overlay.R
edger_overlay | R Documentation |
After finding contours in image(s), apply those contours to a new image.
edger_overlay(imagepath, m, rgbcolor, show_image = FALSE)
imagepath |
The file path to the image to be recolored. |
m |
A vector of unique identifiers to pixels that were contours in a different image. |
rgbcolor |
A vector of new values for each of the color channels. |
show_image |
A Boolean indicating if the image should be displayed. Default is FALSE. |
Recolors and saves image.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.