im_crop_square | R Documentation |
Make an image square shaped
im_crop_square(im, position = 0.5)
im |
an image |
position |
square center. a numeric value between 0 and 1. |
an image
plot(im_crop_square(regatta)) plot(im_crop_square(regatta, position = 0)) plot(im_crop_square(regatta, position = 0.8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.