The top-level CellModel class. All other cell model classes inherit from this in some way
cellsA 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.
initialNumnumber of cells at time 0
runTimenumber of model hours to run the simulation
densityinitial density of cells
boundarykeep cells within circular boundary
syncCyclesstart all cells in the beginning of interphase
randSeedrandom seed used for both R and C++ functions
outputIncrementhow often simulation info is displayed
recordIncrementhow often cell info is recorded (controls size of resulting CellModel object
timeIncrementcontrols how fine the model timestep is
cellTypeslist of CellType objects used in the model
cellTypeInitFreqinitial frequency of cell types among cells
drugslist 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.