| sensi_plot {sensiPhy} | R Documentation |
Graphical sensitivity analysis for comparative methods
Description
Generic function for plotting results from any sensitivity analysis performed with 'sensiPhy'
Usage
sensi_plot(x, ...)
Arguments
x |
any output from the sensiPhy package. |
... |
further arguments to methods |
Details
sensi_plot recognize and print different sets of graphs depending on the function that generated 'x'. See the links below for details about the graphs generated for each sensiPhy function:
PGLS regressions (single uncertainty):
clade_phylm:
sensi_plot.sensiCladeinflu_phylm:
sensi_plot.sensiInflusamp_phylm:
sensi_plot.sensiSampintra_phylm:
sensi_plot.sensiIntratree_phylm:
sensi_plot.sensiTreePGLS regressions (interacting uncertainties):
tree_intra_phylm:
sensi_plot.sensiTree_Intraintra_clade_phylm:
sensi_plot.sensiIntra_Cladeintra_influ_phylm:
sensi_plot.sensiIntra_Influintra_samp_phylm:
sensi_plot.sensiIntra_Samptree_clade_phylm:
sensi_plot.sensiTree_Cladetree_influ_phylm:
sensi_plot.sensiTree_Influtree_samp_phylm:
sensi_plot.sensiTree_SampPhylogenetic signal:
clade_physig:
sensi_plot.clade.physiginflu_physig:
sensi_plot.influ.physigsamp_physig:
sensi_plot.samp.physigtree_physig:
sensi_plot.tree.physigintra_physig:
sensi_plot.intra.physigtrait evolution (continuous & discrete characters):
clade_continuous & _discrete
sensi_plot.sensiClade.TraitEvolinflu_continuous & _discrete
sensi_plot.sensiInflu.TraitEvoltree_continuous & _discrete
sensi_plot.sensiTree.TraitEvolsamp_continuous & _discrete
sensi_plot.sensiSamp.TraitEvol
Author(s)
Gustavo Paterno
References
The function 'multiplot', developed by Winston Chang, is used inside sensi_plot to print multiple graphs in one frame. The source code is available here: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/