ggGate | R Documentation |
Create gates by clicking on ggplot2. A single click adds coordinates to the active polygon gate. A double click draws the active polygon gate, and annotates the raw ggplot2 data with new columns.
ggGate(p, write_data_to = "df_new", write_gate_to = "df_gate")
p |
ggplot2 object. |
write_data_to |
String. Sets the variable name of the |
write_gate_to |
String. Sets the variable name of the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.