getCompensationMatrices {flowWorkspace} | R Documentation |
Retrieve the compensation matrices from a GatingHierarchy.
getCompensationMatrices(x) ## S3 method for class 'GatingHierarchy' getCompensationMatrices(x)
x |
A |
Return all the compensation matrices in a GatingHierarchy.
A list of matrix
representing the spillover matrix in GatingHierarchy
## Not run: #Assume gh is a GatingHierarchy getCompensationMatrices(gh); ## End(Not run)