View source: R/summary.phylter.R
summary.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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.