print.phylterinitial {phylter}R Documentation

print objects of class phylterinitial

Description

Print on screen a simple description of the content of objects of class phylterinitial.

Usage

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

Arguments

x

Object present in the $initial element of the object returned by function phylter().

...

Additional arguments.

Value

NA

Examples

data(carnivora)
res <- phylter(carnivora, parallel = FALSE) 
print(res$Initial)

[Package phylter version 0.9.11 Index]