Description Usage Arguments Value Author(s) See Also Examples
Plot the deletion length distribution.
1 2 |
x |
A DiscreteDeletor object. |
... |
Not used. |
The DiscreteDeletor object (invisible).
Botond Sipos, Gregory Jordan
For more information see DiscreteDeletor
.
1 2 3 4 5 6 7 8 | d<-DiscreteDeletor(
name="MyDiscDel",
sizes=1:6,
probs=c(0.25000000, 0.16666667, 0.08333333, 0.08333333, 0.16666667, 0.25000000)
)
# plot the deletion length distribution
plot(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.