geom_triangle: geom_triangle

View source: R/geom_triangle.R

geom_triangleR Documentation

geom_triangle

Description

ggplot2 layer of triangle

Usage

geom_triangle(mapping = NULL, data = NULL, ...)

Arguments

mapping

aes mapping

data

data

...

additional parameters

Value

ggplot2 layer

Author(s)

Shipeng Guo

Examples

library(ggplot2)
ggplot(mtcars, aes(mpg, disp)) + geom_triangle()

ggfun documentation built on Oct. 30, 2024, 9:13 a.m.