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, ...)

Arguments

popup

logical indicating whether a popup graphics device should be opened, set to TRUE by default.

...

additional arguments passed to dev.new:

Author

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

if (FALSE) { # Open platform-specific graphics device cyto_plot_new() }