cpp_crop | R Documentation |
Crops mat according to new_height and new_width parameters.
mat |
a numeric matrix. |
new_height |
an unsigned integer, giving the new height of returned mat. Default is 0 for no change. |
new_width |
an unsigned integer, giving the new width of returned mat. Default is 0 for no change. |
a cropped matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.