Learn R Programming

flowcatchR (version 1.6.2)

rotate.Frames: Rotates all images in a Frames object

Description

Rotation is performed exploiting the rotate function of the EBImage package. Could be automated if support for coordinate/pixel interaction is included

Usage

rotate.Frames(frames, angle, testing = FALSE)

Arguments

frames
A Frames object
angle
The rotation angle (clockwise) specified in degrees
testing
Logical, whether to just test the rotation or to actually perform it. Default set to FALSE

Value

  • A Frames object containing the rotated frames

Examples

Run this code
data("MesenteriumSubset")
rotate.Frames(MesenteriumSubset,angle = 40)

Run the code above in your browser using DataLab