View source: R/summary.phylter.R
print.phylterinitial | R Documentation |
Print on screen a simple description of the content of objects of class phylterinitial
.
## S3 method for class 'phylterinitial'
print(x, ...)
x |
Object present in the |
... |
Additional arguments. |
NA
data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
print(res$Initial)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.