View source: R/general_functions.R
WBS.intervals | R Documentation |
Generate random intervals for WBS.
WBS.intervals(M, lower = 1, upper)
M |
A positive |
lower |
A positive |
upper |
A positive |
A list
with the following structure:
Alpha |
A M-dim vector representing the starting indices of random intervals |
Beta |
A M-dim vector representing the ending indices of random intervals |
Oscar Hernan Madrid Padilla
WBS.intervals(120, lower = 1, upper = 300)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.