Description Usage Arguments Value
View source: R/GenerateInitialPop.R
This creates an initial size distribution for indiviudals using either a uniform, random uniform, or random normal distribution
1 | GenerateInitialPop(mpts, z_hatch, z_inf, n_0, init_dist = "unif")
|
mpts |
Midpoints of the discretized kernel that the size distribution is being generated for [vector] |
z_hatch |
Minimum size of individuals [float] |
z_inf |
Maximum size of individuals [float] |
n_0 |
Number of individuals to initialize population with [integer] |
init_dist |
The initial distribution to follow, three options 'Uniform', 'Random Uniform', 'Normal' |
An initial size distribution [vector]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.