Description Usage Arguments Value Examples
Make an image square shaped
1 | im_crop_square(im, position = 0.5)
|
im |
an image |
position |
square center. a numeric value between 0 and 1. |
an image
1 2 3 | 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.