get_oval_mask | R Documentation |
Create a oval mask image
get_oval_mask(height, width, cy, cx, ry, rx)
height |
image height |
width |
image width |
cy |
oval center y |
cx |
oval center x |
ry |
oval radius y |
rx |
oval radius x |
an image
mask = get_oval_mask(100, 200, 50, 10, 20, 40 ) plot(mask)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.