forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathggplot_gtable.Rd
29 lines (27 loc) · 862 Bytes
/
ggplot_gtable.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2 (4.0.0): do not edit by hand
\name{ggplot_gtable}
\alias{ggplot_gtable}
\title{Build a plot with all the usual bits and pieces.}
\usage{
ggplot_gtable(data)
}
\arguments{
\item{plot}{plot object}
\item{data}{plot data generated by \code{\link{ggplot_build}}}
}
\value{
a \code{\link{gtable}} object
}
\description{
This function builds all grobs necessary for displaying the plot, and
stores them in a special data structure called a \code{\link{gtable}}.
This object is amenable to programmatic manipulation, should you want
to (e.g.) make the legend box 2 cm wide, or combine multiple plots into
a single display, preserving aspect ratios across the plots.
}
\seealso{
\code{\link{print.ggplot}} and \code{link{benchplot}} for
for functions that contain the complete set of steps for generating
a ggplot2 plot.
}
\keyword{internal}