Generic function for plotting results from any sensitivity analysis performed with 'sensiPhy'

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:

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