Description Usage Arguments Value Examples
View source: R/phytoFilterClass.R
function to check if object is a flowSet
1 | is.flowSet(x)
|
x |
any R object |
TRUE if object is a flowSet. FALSE otherwise
1 2 | x <- c(1, 5, 4)
is.flowSet(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.