simulate_cell {BSL} | R Documentation |
Simulation function of the cell biology example
Description
Simulation function of the cell biology example.
Usage
simulate_cell(x, rows, cols, Pm, Pp, sim_iters, num_obs)
Arguments
x |
The initial matrix of cell presences of size |
rows |
The number of rows in the lattice (rows in the cell location matrix). |
cols |
The number of columns in the lattice (columns in the cell location matrix). |
Pm |
Parameter |
Pp |
Parameter |
sim_iters |
The number of discretisation steps to get to when an
observation is actually taken. For example, if observations are taken every
5 minutes but the discretisation level is 2.5 minutes, then
|
num_obs |
The total number of images taken after initialisation. |
Value
A rows
\times
cols
\times
num_obs
array
of the cell presences at times 1:num_obs
(not time 0).