gate_chr
# S3 method for numeric
gate_chr(
.dim1,
.dim2,
.color = NULL,
.shape = NULL,
.size = NULL,
opacity = 1,
how_many_gates = 1,
.group_by = NULL,
gate_list = NULL,
...
)
An character vector, with "0" for elements outside gates and "1..N" for the elements inside the N gates.
A column symbol. The x dimension
A column symbol. The y dimension
A column symbol. Colour of points
A column symbol. Shape of points
A column symbol. Size of points
A number between 0 and 1. The opacity level of the data points
An integer. The number of gates to label
A column symbol. The column that is used to calculate distance (i.e., normally genes)
A list of gates. It is returned by gate function as attribute \"gate\". If you want to create this list yourself, each element of the list is a data frame with x and y columns. Each row is a coordinate. The order matter.
Further parameters passed to the function gatepoints::fhs