File: element_grob.Rd

package info (click to toggle)
r-cran-ggplot2 3.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,944 kB
  • sloc: sh: 15; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/theme-elements.R
\name{element_grob}
\alias{element_grob}
\title{Generate grid grob from theme element}
\usage{
element_grob(element, ...)
}
\arguments{
\item{element}{Theme element, i.e. \code{element_rect} or similar.}

\item{...}{Other arguments to control specific of rendering. This is
usually at least position. See the source code for individual methods.}
}
\description{
Generate grid grob from theme element
}
\keyword{internal}