is.flowFP {flowFP}R Documentation

Test to see if object is a flowFP

Description

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

Usage

is.flowFP(obj)

Arguments

obj

returns TRUE if the object is a flowFP

Value

returns TRUE if the object is a flowFP

See Also

flowFP

Examples

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

[Package flowFP version 1.50.0 Index]