mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 17:42:10 +01:00
19 lines
225 B
Markdown
19 lines
225 B
Markdown
# Aligns axes between plots
|
|
|
|
Aligns axes between plots
|
|
|
|
## Usage
|
|
|
|
``` r
|
|
align_axes(..., x.axis = TRUE, y.axis = TRUE)
|
|
```
|
|
|
|
## Arguments
|
|
|
|
- ...:
|
|
|
|
ggplot2 objects or list of ggplot2 objects
|
|
|
|
## Value
|
|
|
|
list of ggplot2 objects
|