- x
A vector representing the X dimension.
- y
A vector representing the Y dimension.
- colour
A single colour code string compatible with ggplot2. Or, a vector representing the
point colour.
- shape
A single ggplot2 shape numeric ranging from 0 to 127. Or, a vector representing the
point shape, coercible to a factor of 6 or less levels.
- alpha
A single ggplot2 alpha numeric ranging from 0 to 1. Or, a vector representing the
point alpha, either a numeric or factor of 6 or less levels.
- size
A single ggplot2 size numeric ranging from 0 to 20. Or, a vector representing the
point size, either a numeric or factor of 6 or less levels.
- rasterise_points
A logical. If TRUE, points are rasterised to an image before interactive
gating is launched, improving performance for large datasets. Some interactive features are
unavailable with rasterisation enabled.
- programmatic_gates
A `data.frame` of the gate brush data, as saved in
`tidygate_env$gates`. The column `x` records X coordinates, the column `y` records Y coordinates and the column `.gate`
records the gate number. When this argument is supplied, gates will be drawn programmatically.