cyto_plot_record
will record an existing plot such that it can be
saved to an R object for future reference.
cyto_plot_record()
Dillon Hammill (Dillon.Hammill@anu.edu.au)
if (FALSE) { # Load CytoExploreRData to acces data library(CytoExploreRData) # Activation flowSet fs <- Activation # Construct cyto_plot cyto_plot(fs[[1]], channels = c("FSC-A", "SSC-A")) # Record plot and save to object called p p <- cyto_plot_record() # Calling p will bring back the recorded plot p }