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)

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