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