forestPlot {PDATK} | R Documentation |
Generate a forest plot from an 'S4' object
forestPlot(object, ...)
object |
An 'S4' object to create a forest plot of. |
... |
Allow new parameters to this generic. |
None, draws a forest plot.
data(sampleValPCOSPmodel) # Plot dIndexForestPlot <- forestPlot(sampleValPCOSPmodel, stat='log_D_index')