flood_fill | R Documentation |
This function flood fills a binary image with TRUE for any value of FALSE
im |
A boolean matrix reference representing a binary image |
x |
the starting x position for fill |
y |
the starting y position for fill |
r |
the number of rows in im |
c |
the number of columns in im |
This is an internal function used by geom_outline to clean up outlines
Nothing. The matrix im
is modified in place (by reference)
Michael Hallquist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.