View source: R/getCompensation.R
getCompensation | R Documentation |
Retrieves a compensation. The returned object has a spillMatrix
property that is a matrix
.
getCompensation(experimentId, compensationId)
experimentId |
ID of experiment or a |
compensationId |
ID of compensation or a |
## Not run:
# Retrieve by ID
getCompensation(experimentId, compensationId)
# Lookup by name
getCompensation(experimentId, byName("Comp 1"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.