is.flowFPModel {flowFP}R Documentation

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

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

[Package flowFP version 1.40.1 Index]