View source: R/ggcyto_flowSet.R
is.ggcyto_flowSet | R Documentation |
Reports whether x is a ggcyto_flowSet object
is.ggcyto_flowSet(x)
x |
An object to test |
TRUE or FALSE
data(GvHD)
fs <- GvHD[1:2]
p <- ggcyto(fs, aes(x = `FSC-H`))
is.ggcyto_flowSet(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.