cpp_crop {IFC} | R Documentation |
Matrix Cropping
Description
Crops mat according to new_height and new_width parameters.
Arguments
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. |
Value
a cropped matrix.
[Package IFC version 0.2.1 Index]