ProjectMOSAIC / ggformula

Provides a formula interface to 'ggplot2' graphics.
Other
39 stars 11 forks source link

improve documentation of gf_histogram() #86

Closed nicholasjhorton closed 6 years ago

nicholasjhorton commented 6 years ago

Can an example of gf_fitdistr() be added?

(see also https://github.com/ProjectMOSAIC/ggformula/issues/69)

rpruim commented 6 years ago

I've added this

#' gf_dhistogram( ~ x, bins = 30) %>%
#'  gf_fitdistr()  # normal by default; see help for gf_fitdistr() for more info.

But the main examples remain with gf_fitdistr() where they belong.