wine: An internal function for geom_redwine and geom_whitewine and...

Description Usage Arguments Value Examples

View source: R/wine.R

Description

An internal function for geom_redwine and geom_whitewine and geom_gin

Usage

1
wine(x, y, color = "#00441b", lineend = "butt")

Arguments

x

consumes a numeric vector

y

consumes a numeric vector

color

indicates the color. The default color is set to #00441b which is burgandy-ish

lineend

Line end style (round, butt, square). Default is set to butt.

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
wine(9)

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