View source: R/summary.phylter.R
print.summary.phylter | R Documentation |
Prints on screen the summary of an object of class summmary.phylter
as returned by the summary.phylter()
function.
## S3 method for class 'summary.phylter'
print(x, ...)
x |
Object returned by function 'summary.phylter()'. |
... |
Additional arguments. |
NA
data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
summary <- summary(res)
print(summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.