powered by
Synchronises variables across planes (plane_wrap), in order to have them share scales.
plane_wrap
sync(g2, ...)unsync(g2, ...)
unsync(g2, ...)
An object of class g2r as returned by g2r.
g2r
Bare Column names of variables to synchronise.
By default plane_wrap will sync variables. You can unsync them if undesired.
# NOT RUN { iris %>% g2(asp(Sepal.Length, Sepal.Width)) %>% fig_point(asp(color = Species)) %>% plane_wrap(planes(Species)) %>% unsync(Petal.Length) # }
Run the code above in your browser using DataLab