show_warnings {phylopath} | R Documentation |
Print out warnings from a phylopath analysis.
Description
Use this function after running phylo_path()
to conveniently print any generated warnings
to the screen. You can either provide no arguments, which will only work if you run it directly
after the analysis, or you have to provide the phylopath
object manually.
Usage
show_warnings(phylopath = NULL)
Arguments
phylopath |
A |
[Package phylopath version 1.3.0 Index]