View source: R/cyto_plot-helpers.R
cyto_plot_record | R Documentation |
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)
## Not run:
# 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
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.