Description Usage Arguments Value Examples
View source: R/ggcyto_flowSet.R
Reports whether x is a ggcyto_flowSet object
1 |
x |
An object to test |
TRUE or FALSE
1 2 3 4 | 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.