explosion_stage: Combined phase 3 simulation

Description Usage Arguments Value Examples

Description

This function will calculate how many generations is happening in the explosion phase and adjust the constant phase accordingly.

Usage

1
explosion_stage(gland, n, target = 8192)

Arguments

gland

a gland object

n

number of generations in phase 3

target

number of cells required in the end gland

Value

a gland object

Examples

1
2
gland <- gland_create(sample(c(0, 1), 10, TRUE), n_iter = 4)
explosion_stage(gland, 300)

EmilHvitfeldt/cell documentation built on May 5, 2019, 7:03 p.m.