forestPlot {PDATK}R Documentation

Generate a forest plot from an S4 object

Description

Generate a forest plot from an S4 object

Usage

forestPlot(object, ...)

Arguments

object

An S4 object to create a forest plot of.

...

Allow new parameters to this generic.

Value

None, draws a forest plot.

Examples

data(sampleValPCOSPmodel)

# Plot
dIndexForestPlot <- forestPlot(sampleValPCOSPmodel, stat='log_D_index')


[Package PDATK version 1.2.0 Index]