plot.gtable: Plot 'gtable' Objects

View source: R/helpers.R

plot.gtableR Documentation

Plot gtable Objects

Description

[Stable]

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 class 'gtable'
plot(x, ...)

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

Arguments

x

(gtable)
object to print.

...

additional parameters passed to plot.gtable().

Value

Called for side effects.


crmPack documentation built on Nov. 29, 2025, 5:07 p.m.