mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02: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
|