Visualises the table structure or the names of the gtable's components.
gtable_show_grill(x, plot = TRUE)
gtable_show_names(
x,
plot = TRUE,
rect.gp = grid::gpar(col = "black", fill = "white", alpha = 1/4)
)A gtable object. If given a ggplot object, it is converted to a
gtable object with ggplotGrob.
Logical. When TRUE (default), draws resulting gtable
object on a new page.
Graphical parameters (gpar) for background drop.
Modified gtable object, invisibly.
These functions are highly similar to
gtable_show_layout.
gtable_show_grill draws the grid of the underlying table, and places
row and column indicies in the margin.
gtable_show_names replaces the grobs with a semi-transparent rectangle
and the component's name.