Learn R Programming

phylosim (version 3.0.5)

summary.ContinuousInsertor: Summarize the properties of an object

Description

Summarize the properties of an object.

Usage

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

Arguments

object

An object

...

Not used.

Value

Returns a PSRootSummary object.

See Also

For more information see ContinuousInsertor.

Examples

Run this code
# NOT RUN {
      # create an object
      a<-ContinuousInsertor(rate=1,dist=expression(rnorm(1,mean=5,sd=2)),max.length=7)
      # get a summary
      summary(a)
# }

Run the code above in your browser using DataLab