2025-03-19 13:10:56 +01:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/data_plots.R
|
2025-04-15 12:04:32 +02:00
|
|
|
\name{align_axes}
|
|
|
|
|
\alias{align_axes}
|
|
|
|
|
\title{Aligns axes between plots}
|
2025-03-19 13:10:56 +01:00
|
|
|
\usage{
|
2026-04-10 21:04:42 +02:00
|
|
|
align_axes(..., x.axis = TRUE, y.axis = TRUE, percentage = FALSE)
|
2025-03-19 13:10:56 +01:00
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{...}{ggplot2 objects or list of ggplot2 objects}
|
|
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
list of ggplot2 objects
|
|
|
|
|
}
|
|
|
|
|
\description{
|
2025-04-15 12:04:32 +02:00
|
|
|
Aligns axes between plots
|
2025-03-19 13:10:56 +01:00
|
|
|
}
|