View source: R/MixtureFitting.R
rsimplex_start | R Documentation |
Generate initial simplices for simplex().
rsimplex_start( seed, n, lower, upper )
seed |
seed for random number generator |
n |
number of simplices |
lower |
vector with lower bounds of each dimension |
upper |
vector with upper bounds of each dimension |
A list with n simplices.
Andrius Merkys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.