Description Usage Arguments Value Examples
View source: R/General_functions_u.R
Define Type icr cells: cross-resistant cell line
1 2 | define.Typeicr.cells(Ni_0 = 0, birth_rate, death_rate, mutation_rate,
mother_cell = 1, scale = 1)
|
Ni_0 |
cell population at time 0. |
birth_rate |
numeric value for the birth rate of cross-resistant cells. |
death_rate |
numeric value for the death rate of cross-resistant cells. |
mutation_rate |
numeric value for mutation rate. |
mother_cell |
number corresponding to the mother cell type from which type icr cell has emerged. |
scale |
scaling parameter. Numeric value. |
a S4 object with all the above information gathered together.
1 | define.Typeicr.cells(Ni_0=0,birth_rate = 0.001,death_rate = 0.005,mutation_rate=0.0001)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.