im_resize_limit | R Documentation |
Resize image
im_resize_limit(im, bound, interpolation = 1)
im |
an image |
bound |
max image size (width/height) |
interpolation |
Interpolation method. Either 0 (nearest-neighbor), 1 (linear), or 2 (cubic). |
an image
dim(regatta) dim(im_resize_limit(regatta, 200))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.