Learn R Programming

flowFP (version 1.30.0)

is.flowFPPlex: 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

Run this code
data(fs1)
	fp = flowFP(fs1)
	plex = flowFPPlex(fp)
	is.flowFPPlex(fp)

Run the code above in your browser using DataLab