Description Usage Arguments Value Author(s) See Also Examples
Plot the density of proposed lengths.
1 2 |
x |
A ContinuousDeletor object. |
sample.size |
Number of lengths sampled for the plot. |
... |
Not used. |
The process object (invisible).
Botond Sipos, Gregory Jordan
For more information see ContinuousDeletor
.
1 2 3 4 5 6 7 8 9 | # create object
o<-ContinuousDeletor(rate=1)
# set length sampling expression via virtual field
o$dist<-expression(rnorm(1,mean=10,sd=4))
# set maxLength
setMaxLength(o, 30)
# plot density
plot(o)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.