R/demo-ggplot.R
demo_number.Rd
ggplot2 demo
demo_number(x, scale_name, ...)
a numeric
scale name
further arguments to be passed to the scale
A ggplot object, invisibly printed as a demo of the requested scale.
ggplot
demo_number(c(32, 212), scale_name = "number_locale") #> scale_x_number_locale()