summary.UNREST: 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 'UNREST'
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 UNREST.

Examples

1
2
3
4
5
6
7
8
9
       # create an object
       p<-UNREST(rate.list=list(
		"T->C"=1, "T->A"=2, "T->G"=3, "C->T"=4, "C->A"=1,
		"C->G"=2, "A->T"=3, "A->C"=4, "A->G"=1, "G->T"=2,
		"G->C"=3, "G->A"=4
	))
       # get a summary
       summary(p)
 

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