inst/snippet/histogram05.R

gf_histogram( ~ Sepal.Length, data = iris, bins = 15) %>%
  gf_facet_wrap( ~ ntiles(Sepal.Width, 4, format = "interval")) 
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.