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):

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)/


[Package sensiPhy version 0.8.5 Index]