Description Usage Arguments Value Author(s) See Also Examples
Set the sizes of the proposed insertions.
The provided numeric vector is rounded.
1 2 |
this |
A DiscreteInsertor object. |
value |
A numeric vector. |
... |
Not used. |
A vector of integers (invisible).
Botond Sipos, Gregory Jordan
For more information see DiscreteInsertor
.
1 2 3 4 5 6 7 8 9 10 | # create a DiscreteInsertor object
i<-DiscreteInsertor(rate=1)
# set insertion sizes
setSizes(i,c(1,2,3))
# get insertion sizes
getSizes(i)
# set/get sizes via virtual field
i$sizes<-1:10
i$sizes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.