View source: R/write.phylter.R
write.phylter | R Documentation |
Write the summary of the phylter analysis in a txt file or as a pdf report.
write.phylter(
x,
file = "",
include.discarded = TRUE,
pdfreport = FALSE,
pdfreport.file = "report.pdf"
)
x |
The object returned by the 'phylter()' function. |
file |
Name of the file where to write the text summary of the phylter output.
If |
include.discarded |
Logical. If TRUE (the default) the elements discarded before the analysis are still in the list of Outliers in the output. Useful for cleaning datasets after a phylter analysis. |
pdfreport |
Logical. Should a full report of the phylter analysis |
pdfreport.file |
If |
No return value
data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
# write a full report to the standard output
write.phylter(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.