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