print.cophylogeny: Printing a cophylogeny

View source: R/utils.R

print.cophylogenyR Documentation

Printing a cophylogeny

Description

This functions prints information about a cophylogeny, listing the general structure of the cophylogeny along with properties of the host and parasite trees it consists of.

Usage

## S3 method for class 'cophylogeny'
print(x, ...)

Arguments

x

object of class "cophylogeny" containing a host and parasite tree.

...

further arguments passed to or from other methods.

Examples

coph <- rcophylo(tmax=5)
print(coph)

JanEngelstaedter/cophy documentation built on Nov. 7, 2023, 9:37 a.m.