is.flowFPPlex: Test to see if object is a flowFPPlex

Description Usage Arguments Value See Also Examples

View source: R/flowFPPlex.R

Description

This is a convenience function to check if the object is a flowFPPlex.

Usage

1

Arguments

obj

returns TRUE if the object is a flowFPPlex.

Value

returns TRUE if the object is a flowFPPlex.

See Also

flowFPPlex

Examples

1
2
3
4
data(fs1)
	fp = flowFP(fs1)
	plex = flowFPPlex(fp)
	is.flowFPPlex(fp)

flowFP documentation built on Nov. 8, 2020, 8:15 p.m.