Learn R Programming

g2r (version 0.1.0)

gauge_style: Gauge label

Description

Gauge label.

Usage

gauge_style(g2, ...)

Arguments

g2

An object of class g2r as returned by g2r.

...

Any option, aesthetic (asp), or animation (Animation).

Examples

Run this code
# NOT RUN {
g2(mtcars, asp(mpg, qsec, style = qsec)) %>% 
  fig_point() %>% 
  gauge_style(fill = "red")

# }

Run the code above in your browser using DataLab