Learn R Programming

phylosim (version 3.0.5)

summary.BinarySubst: Summarize the properties of an object

Description

Summarize the properties of an object.

Usage

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

Arguments

object

An object

...

Not used.

Value

Returns a PSRootSummary object.

See Also

For more information see BinarySubst.

Examples

Run this code
# NOT RUN {
      # create an object
      p<-BinarySubst(rate=0.25,name="Binary",rate.list=list("0->1"=2,"1->0"=1))
      # get a summary
      summary(p)
# }

Run the code above in your browser using DataLab