getTrialAcceptRate {CancerInSilico}R Documentation

get rate of growth acceptance of a given cell at a given time

Description

get rate of growth acceptance of a given cell at a given time

Usage

getTrialAcceptRate(model, time, cell)

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

Arguments

model

cell model object

time

hour of the model to query

cell

id of cell to query

Value

acceptance rate

Examples

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

[Package CancerInSilico version 2.12.0 Index]