View source: R/updateCompensation.R
updateCompensation | R Documentation |
Updates a compensation.
updateCompensation(experimentId, compensationId, properties = list())
experimentId |
ID of experiment or a |
compensationId |
ID of compensation or a |
properties |
Properties to set on the compensation. |
## Not run:
updateCompensation(experimentId, compensationId, list("name" = "new name"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.