| image_scale | R Documentation |
Resizes the image to the given dimensions using nearest-neighbour interpolation.
image_scale(image, new_width, new_height)
image |
An image list. |
new_width |
Target width in pixels. |
new_height |
Target height in pixels. |
A new image list with the new dimensions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.