FreesearchR/man/align_axes.Rd

17 lines
385 B
Text
Raw Normal View History

2025-03-19 13:10:56 +01:00
% Generated by roxygen2: do not edit by hand
2026-05-30 19:59:31 +02:00
% Please edit documentation in R/plot-helpers.R
\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{
Aligns axes between plots
2025-03-19 13:10:56 +01:00
}