plot.DiscreteDeletor: Plot the deletion length distribution

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot the deletion length distribution.

Usage

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

Arguments

x

A DiscreteDeletor object.

...

Not used.

Value

The DiscreteDeletor object (invisible).

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see DiscreteDeletor.

Examples

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)
 

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