File: gtable_remove_grobs.Rd

package info (click to toggle)
r-cran-cowplot 1.1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,564 kB
  • sloc: sh: 13; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gtable.R
\name{gtable_remove_grobs}
\alias{gtable_remove_grobs}
\title{Remove named elements from gtable}
\usage{
gtable_remove_grobs(table, names, ...)
}
\arguments{
\item{table}{The table from which grobs should be removed}

\item{names}{A character vector of the grob names (as listed in \code{table$layout})
that should be removed}

\item{...}{Other parameters passed through to \code{gtable_filter}.}
}
\description{
Remove named elements from gtable
}