File: transform_position.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-- 580 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/position-.R
\name{transform_position}
\alias{transform_position}
\title{Convenience function to transform all position variables.}
\usage{
transform_position(df, trans_x = NULL, trans_y = NULL, ...)
}
\arguments{
\item{trans_x, trans_y}{Transformation functions for x and y aesthetics.
(will transform x, xmin, xmax, xend etc)}

\item{...}{Additional arguments passed to \code{trans_x} and \code{trans_y}.}
}
\description{
Convenience function to transform all position variables.
}
\keyword{internal}