getAxisLength {CancerInSilico}R Documentation

get cell axis length at a given time

Description

get cell axis length at a given time

Usage

getAxisLength(model, time, cell)

## S4 method for signature 'OffLatticeModel'
getAxisLength(model, time, cell)

Arguments

model

cell model object

time

hour of the model to query

cell

id of cell to query

Value

axis length

Examples

data(SampleModels)
getAxisLength(modDefault, modDefault@runTime, 1)

[Package CancerInSilico version 2.12.0 Index]