bun: An internal function for geom_hotdog

Description Usage Arguments Value Examples

View source: R/bun.R

Description

An internal function for geom_hotdog

Usage

1
bun(x, y, color = "#CF8F41")

Arguments

x

consumes numeric vector

y

consumes numeric vector

color

indicates the color. The default color is set to #CF8F41 which is beig-ish

Value

mapping: x = ~-x + 1.5, y = ~y, xend = ~x - 1.5, yend = ~y geom_segment: arrow = NULL, arrow.fill = NULL, lineend = butt, linejoin = round, na.rm = FALSE stat_identity: na.rm = FALSE position_identity #'

Examples

1
bun(4)

andr3wli/geombeer documentation built on Dec. 31, 2020, 7:46 p.m.