| linear.create | R Documentation | 
Linear-object creator from the 4 biological meaning parameters.
linear.create(N0, Nmax, mu, lambda, xlim, n = 101)
| N0 | initial radius. | 
| Nmax | final/maximum radius. | 
| mu | growth rate. | 
| lambda | latency time. | 
| xlim | range of values to simulate  | 
| n | number of points to simulate in the interval  | 
a Linear-object composed of
| call | the matched call with several components. | 
| coefficients | coefficients obtained by regression. | 
| data | data used for regression, once the y values are clipped | 
| f | a list of functions such as  | 
| isValid | a boolean indicating whether the regression was successful or not. | 
| message | always with this method. | 
| reg | always with this method. | 
MicrobialGrowth.create
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.