Learn R Programming

flowFP (version 1.30.0)

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

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

Run the code above in your browser using DataLab