cyto_plot_new
is used internally by cyto_plot to open an
OS-specific interactive garphics device to facilitate gate drawing. Mac users
will need to install XQuartz for this
functionality.
cyto_plot_new(popup = TRUE, ...)
popup | logical indicating whether a popup graphics device should be opened, set to TRUE by default. |
---|---|
... | additional arguments passed to
|
Dillon Hammill, Dillon.Hammill@anu.edu.au
if (FALSE) { # Open platform-specific graphics device cyto_plot_new() }