plot.gtable: Plot gtable Objects
Description
![[Stable]](figures/lifecycle-stable.svg?package=crmPack&version=2.0.0)
This is needed because crmPack uses gridExtra::arrangeGrob() to combine
ggplot2 plots, and the resulting gtable object is not plotted otherwise
when implicitly printing it in the console.
Usage
# S3 method for gtable
plot(x, ...)# S3 method for gtable
print(x, ...)
Value
Called for side effects.
Arguments
- x
(gtable)
object to print.
- ...
additional parameters passed to plot.gtable().