File: patchworkGrob.Rd

package info (click to toggle)
r-cran-patchwork 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,640 kB
  • sloc: sh: 15; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plot_patchwork.R
\name{patchworkGrob}
\alias{patchworkGrob}
\title{Convert a patchwork to a gtable}
\usage{
patchworkGrob(x)
}
\arguments{
\item{x}{A \code{patchwork} object}
}
\value{
A \code{gtable} object
}
\description{
This function is the patchwork analogue of \code{\link[ggplot2:ggplotGrob]{ggplot2::ggplotGrob()}} in that it
takes an unevaluated patchwork object and fixate it into a gtable object to
further manipulate directly.
}
\keyword{internal}