| symmetrise_scale {egg} | R Documentation |
symmetrise_scale
symmetrise_scale(p, axis = "x")
p |
ggplot2 |
axis |
axis |
plot with scales adjusted
library(ggplot2) p1 <- qplot(mpg, wt, data=mtcars, colour=cyl) + facet_wrap(~carb, nrow=1, scales="free") symmetrise_scale(p1, "y")