View source: R/geom_triangle.R
geom_triangle | R Documentation |
ggplot2 layer of triangle
geom_triangle(mapping = NULL, data = NULL, ...)
mapping |
aes mapping |
data |
data |
... |
additional parameters |
ggplot2 layer
Shipeng Guo
library(ggplot2)
ggplot(mtcars, aes(mpg, disp)) + geom_triangle()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.