mapping_swap_x_y | R Documentation |
Swap x and y mapping
mapping_swap_x_y(mapping)
mapping |
output of |
Aes mapping with the x and y values switched
mapping <- ggplot2::aes(Petal.Length, Sepal.Width)
mapping
mapping_swap_x_y(mapping)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.