getCellMigSlot {cellmigRation}R Documentation

Method getCellMigSlot

Description

Get Data from a slot in a CellMig object.

Usage

getCellMigSlot(x, slot)

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

Arguments

x

a CellMig-class object

slot

string pointing to the slot to be retrieved

Value

a slot from a CellMig object

Examples

data("TrajectoryDataset")
x <- CellMig(TrajectoryDataset)
getCellMigSlot(x, "trajdata")


[Package cellmigRation version 1.1.0 Index]