Description Usage Arguments Value Examples
Divides the domain in sub-intervals of lenght greater than
int
. The smallest sub-intervals have length equal to int
while the
others are created by shifting by int
along the continuous dimension and by
enlarging them by multiples of int
in order to cover the whole T
1 | funBI_lotting(mat, int)
|
mat |
a matrix |
int |
the minimum length of sub-intervarls |
A list containing all the possible starts and lengths of the sub-intervals
1 2 3 | mat <- replicate(5, rnorm(5))
int <- 2
funBI_lotting(mat, int)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.