slide_orientation: this function changes the orientation of the data by...

Description Usage Arguments Details Value

View source: R/slide_orientation.R

Description

this function changes the orientation of the data by mirroring x or y coordinates and/or rotating to the right by multiples of 90 degrees

Usage

1
slide_orientation(ids, flip.x = FALSE, flip.y = FALSE, rotate = 0)

Arguments

ids

barcode data frame as returned by process_input

flip.x

logical, should x coordinates be flipped? default FALSE

flip.y

logical, should y coordinates be flipped? default FALSE

rotate

integer, multiple of 90; degrees by which data is rotated to the right

Details

If more than one action is specified, the tasks are carried out in the following order:

Value

barcode data frame


tmirus/TTT documentation built on April 17, 2021, 11:04 p.m.