summary.BrownianInsertor: Summarize the properties of an object

Description Usage Arguments Value Author(s) See Also Examples

Description

Summarize the properties of an object.

Usage

1
2
## S3 method for class 'BrownianInsertor'
summary(object, ...)

Arguments

object

An object

...

Not used.

Value

Returns a PSRootSummary object.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see BrownianInsertor.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
       # create an object
	p<-BrownianInsertor(
                       type="discrete",
                       scale=0.05,
                       sizes=1:4,
                       probs=c(3/6,1/6,1/6,1/6),
                       rate=0.05
                       )
       # get a summary
       summary(p)
 

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