powered by
ggplot2 layer of triangle
geom_triangle(mapping = NULL, data = NULL, ...)
ggplot2 layer
aes mapping
data
additional parameters
Shipeng Guo
library(ggplot2) ggplot(mtcars, aes(mpg, disp)) + geom_triangle()
Run the code above in your browser using DataLab