Learn R Programming

phylter (version 0.9.12)

summary.phylter: Get summary for phylter objects

Description

Get the summary of an object of class phylter.

Usage

# S3 method for phylter
summary(object, ...)

Value

On object of class summmary.phylter

Arguments

object

Object returned by function 'phylter()'.

...

Additional arguments affecting the summary produced.

Examples

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

Run the code above in your browser using DataLab