plot.DiscreteInsertor: Plot the insertion length distribution

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot the insertion length distribution.

Usage

1
2
## S3 method for class 'DiscreteInsertor'
plot(x, ...)

Arguments

x

A DiscreteInsertor object.

...

Not used.

Value

The DiscreteInsertor object (invisible).

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see DiscreteInsertor.

Examples

1
2
3
4
5
6
7
8
       i<-DiscreteInsertor(
               name="MyDiscIns",
               sizes=1:6,
               probs=c(0.25000000, 0.16666667, 0.08333333, 0.08333333, 0.16666667, 0.25000000)
       )
       # plot the insertion length distribution
       plot(i)
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.