is.flowFPModel {flowFP} | R Documentation |
This is a convenience function to check if the object is a flowFPModel
.
is.flowFPModel(obj)
obj |
returns TRUE if the object is a |
Returns TRUE is the object is a flowFPModel
.
data(fs1) fp = flowFPModel(fs1) is.flowFPModel(fp)