Description Usage Arguments Details Value
View source: R/slide_orientation.R
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
1 | slide_orientation(ids, flip.x = FALSE, flip.y = FALSE, rotate = 0)
|
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 |
If more than one action is specified, the tasks are carried out in the following order:
flip x
flip y
rotate
barcode data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.