Description Usage Arguments Value Author(s) See Also Examples
Get the maximum length.
1 2 | ## S3 method for class 'ContinuousInsertor'
getMaxLength(this, ...)
|
this |
A ContinuousInsertor object. |
... |
Not used. |
A numeric vector of length one.
Botond Sipos, Gregory Jordan
For more information see ContinuousInsertor
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # create object
o<-ContinuousInsertor(rate=1)
# set length sampling expression via virtual field
o$dist<-expression(rnorm(1,mean=6,sd=3))
# set/get maxLength
setMaxLength(o, 3)
getMaxLength(o)
# set/get maxLength via virtual field
o$maxLength<-10
o$maxLength
# propose a length
proposeLength(o)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.