1 | clip(im, amount = 0)
|
im |
- the image to clip |
amount |
- the number of pixels to clip, as numeric, or, if character, the percentage of dimension of the image (e.g. clip(im, "5 |
The clipped image Clip image around the border given the amount 'amount' can be a single value or a vector of size 4. If only one value is given, all sides are clipped with the same amount. If it is a vector with 4 values, the sides are clipped by amount, respectively, in the order left, right, top, bottom.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.