Description Usage Arguments Value Examples
Resize image
1 | 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
1 2 | 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.