Description Usage Arguments Value Author(s) Examples
Rotation is performed exploiting the rotate function of the EBImage
package. Could be automated if support for coordinate/pixel interaction is included
1 2 3 |
frames |
A |
angle |
The rotation angle (clockwise) specified in degrees |
testing |
Logical, whether to just test the rotation or to actually perform it. Default set to |
output.origin |
A vector of 2 numbers indicating the dimension of the output image, as in the rotate function |
output.dim |
A vector of 2 numbers indicating the output coordinates of the origin in pixels, as in the |
A Frames
object containing the rotated frames
Federico Marini, marinif@uni-mainz.de, 2014
1 2 | data("MesenteriumSubset")
rotate.Frames(MesenteriumSubset,angle = 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.