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

Description Usage Arguments Value See Also Examples

View source: R/flowFP.R

Description

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

Usage

1
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

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

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