rotate.Frames: Rotates all images in a 'Frames' object

Description Usage Arguments Value Author(s) Examples

View source: R/preprocessing.R

Description

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

Usage

1
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

Author(s)

Federico Marini, marinif@uni-mainz.de, 2014

Examples

1
2
data("MesenteriumSubset")
rotate.Frames(MesenteriumSubset,angle = 40)

flowcatchR documentation built on Nov. 8, 2020, 5:04 p.m.