The top-level CellModel class. All other cell model classes inherit from this in some way
cells
A list object that describes the state of the cells at each time. The state representation depends on the type of model run, and is accessed by the function designed for each model type.
initialNum
number of cells at time 0
runTime
number of model hours to run the simulation
density
initial density of cells
boundary
keep cells within circular boundary
syncCycles
start all cells in the beginning of interphase
randSeed
random seed used for both R and C++ functions
outputIncrement
how often simulation info is displayed
recordIncrement
how often cell info is recorded (controls size of resulting CellModel object
timeIncrement
controls how fine the model timestep is
cellTypes
list of CellType objects used in the model
cellTypeInitFreq
initial frequency of cell types among cells
drugs
list of Drug objects used in the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.