print.forestplot {forestploter} | R Documentation |
Draw plot
Description
Print or draw forestplot.
Usage
## S3 method for class 'forestplot'
print(x, autofit = FALSE, ...)
## S3 method for class 'forestplot'
plot(x, autofit = FALSE, ...)
Arguments
x |
forestplot to display |
autofit |
If true, the plot will be autofit. |
... |
other arguments not used by this method |
Value
Invisibly returns the original forestplot.
[Package forestploter version 1.1.2 Index]