| setExpName {cellmigRation} | R Documentation |
Set Experiment Name of a CellMig object.
setExpName(x, ExpName) ## S4 method for signature 'CellMig,character' setExpName(x, ExpName)
x |
a |
ExpName |
string corresponding to the ExpName |
a CellMig object
data("TrajectoryDataset")
x <- CellMig(TrajectoryDataset)
setExpName(x, "My Fav Experiment")