Learn R Programming

flowFP (version 1.30.0)

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

Description

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

Usage

is.flowFPModel(obj)

Arguments

obj
returns TRUE if the object is a flowFPModel.

Value

Returns TRUE is the object is a flowFPModel.

See Also

flowFPModel

Examples

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

Run the code above in your browser using DataLab