is.flowFPPlex {flowFP}R Documentation

Test to see if object is a flowFPPlex

Description

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

Usage

is.flowFPPlex(obj)

Arguments

obj

returns TRUE if the object is a flowFPPlex.

Value

returns TRUE if the object is a flowFPPlex.

See Also

flowFPPlex

Examples

data(fs1)
	fp = flowFP(fs1)
	plex = flowFPPlex(fp)
	is.flowFPPlex(fp)

[Package flowFP version 1.38.0 Index]