Skip to contents

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, e.g.

Usage

# S3 method for gtable
plot(x, ...)

# S3 method for gtable
print(x, ...)

Arguments

x

(gtable)
object to plot.

...

additional parameters for grid::grid.draw().