Learn R Programming

phylter (version 0.9.12)

print.phylterinitial: print objects of class phylterinitial

Description

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

Usage

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

Value

NA

Arguments

x

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

...

Additional arguments.

Examples

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

Run the code above in your browser using DataLab