setCellMigSlot: Method setCellMigSlot

Description Usage Arguments Value Examples

Description

Set Data of a slot in a CellMig object.

Usage

1
2
3
4
setCellMigSlot(x, slot, value)

## S4 method for signature 'CellMig,character'
setCellMigSlot(x, slot, value)

Arguments

x

a CellMig-class object

slot

string pointing to the slot to be updated

value

ANY value to be written

Value

a CellMig object

Examples

1
2
3
data("TrajectoryDataset")
x <- CellMig(TrajectoryDataset)
setCellMigSlot(x, "cellpos", c(1, 2, 3))

ocbe-uio/cellmigRation documentation built on Dec. 16, 2021, 10:59 p.m.