inst/snippet/histogram05.R

gf_histogram( ~ Sepal.Length, data = iris, bins = 15) %>%
  gf_facet_wrap( ~ ntiles(Sepal.Width, 4, format = "interval")) 
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.