Learn R Programming

phylter (version 0.9.12)

print.summary.phylter: print summary of phylter objects

Description

Prints on screen the summary of an object of class summmary.phylter as returned by the summary.phylter() function.

Usage

# S3 method for summary.phylter
print(x, ...)

Value

NA

Arguments

x

Object returned by function 'summary.phylter()'.

...

Additional arguments.

Examples

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

Run the code above in your browser using DataLab