setCellMigSlot {cellmigRation}R Documentation

Method setCellMigSlot

Description

Set Data of a slot in a CellMig object.

Usage

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

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



[Package cellmigRation version 1.1.0 Index]