getAxisAngle {CancerInSilico}R Documentation

get cell axis angle at a given time

Description

get cell axis angle at a given time

Usage

getAxisAngle(model, time, cell)

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

Arguments

model

cell model object

time

hour of the model to query

cell

id of cell to query

Value

axis angle

Examples

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

[Package CancerInSilico version 2.10.0 Index]