plot.ContinuousDeletor: Plot the density of proposed lengths

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot the density of proposed lengths.

Usage

1
2
## S3 method for class 'ContinuousDeletor'
plot(x, sample.size=NA, ...)

Arguments

x

A ContinuousDeletor object.

sample.size

Number of lengths sampled for the plot.

...

Not used.

Value

The process object (invisible).

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see ContinuousDeletor.

Examples

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)
 

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