Learn R Programming

phylosim (version 3.0.5)

summary.BrownianInsertor: Summarize the properties of an object

Description

Summarize the properties of an object.

Usage

# S3 method for BrownianInsertor
summary(object, ...)

Arguments

object

An object

...

Not used.

Value

Returns a PSRootSummary object.

See Also

For more information see BrownianInsertor.

Examples

Run this code
# NOT RUN {
       # 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)
 
# }

Run the code above in your browser using DataLab