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)

holyst/flowFP documentation built on Oct. 5, 2021, 4:22 a.m.