setProcessingStatus {cellmigRation} | R Documentation |
Set Operation Status of a trackedCells
object.
setProcessingStatus(x, slot, value) ## S4 method for signature 'trackedCells,character,numeric' setProcessingStatus(x, slot, value)
x |
a |
slot |
string pointing to the slot to be updated |
value |
numeric value to be written |
a trackedCells object
data("TrackCellsDataset") setProcessingStatus(TrackCellsDataset, slot="optimized_params", value=0)