summary.phylter {phylter} | R Documentation |
Get the summary of an object of class phylter
.
## S3 method for class 'phylter'
summary(object, ...)
object |
Object returned by function 'phylter()'. |
... |
Additional arguments affecting the summary produced. |
On object of class summmary.phylter
data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
summary <- summary(res)
class(summary)