cyto_plot_new: Open new graphics device for cyto_plot

View source: R/cyto_plot-helpers.R

cyto_plot_newR Documentation

Open new graphics device for cyto_plot

Description

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.

Usage

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(s)

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

Examples

## Not run: 
# Open platform-specific graphics device
cyto_plot_new()

## End(Not run)


DillonHammill/CytoExploreR documentation built on March 2, 2023, 7:34 a.m.