gtable_remove_grobs {cowplot} | R Documentation |
Remove named elements from gtable
Description
Remove named elements from gtable
Usage
gtable_remove_grobs(table, names, ...)
Arguments
table |
The table from which grobs should be removed |
names |
A character vector of the grob names (as listed in |
... |
Other parameters passed through to |
[Package cowplot version 1.1.3 Index]