im_get | R Documentation |
Image cropping
im_get(im, y1, x1, y2, x2)
im |
an image |
y1 |
y coordinate of top-left corner |
x1 |
x coordinate of top-left corner |
y2 |
y coordinate of bottom-right corner |
x2 |
x coordinate of bottom-right corner |
an image
plot(im_get(regatta, 1, 1, 100, 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.