File: patchGrob.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 (22 lines) | stat: -rw-r--r-- 659 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
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/patch.R
\name{patchGrob}
\alias{patchGrob}
\title{Get a grob describing the content of a patch object}
\usage{
patchGrob(x, guides = "auto")
}
\arguments{
\item{x}{An \code{patch} object}
}
\value{
A \code{gtable} object
}
\description{
Methods for this generic should be defined for all \code{patch} subclasses
and should return a compliant \code{gtable} object ready to be combined with
regular plot objects. In general it is best to call \code{patch_table()} on the
object and add grobs to this as \code{patch_table()} will return a compliant
\code{gtable}
}
\keyword{internal}