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