peak_ist: Turn bar chart into peak chart

Description Usage Arguments Examples

View source: R/helpers.R

Description

Turn bar chart into peak chart

Usage

1
peak_ist(p, size = 15)

Arguments

p

a chartist object.

size

point size.

Examples

1
2
3
4
mtcars %>%
    chart_ist(qsec, type = "bar") %>%
    add_ist(hp) %>%
    peak_ist()

JohnCoene/chartist documentation built on May 7, 2019, 11:17 a.m.