powered by
Global callback rates plot
# S3 method for stat_glob graph( data = NULL, method = "wilson", col = c("#F8766D", "#00BA38", "#619CFF"), ... )
A ggplot2 object
A stat_glob object.
stat_glob
the type of confidence interval: "cp" for Clopper-Pearson, "wilson" for Wilson (the default), "student" for Student.
A list of colors (one colour needed).
further arguments passed to or from other methods.
Emmanuel Duguet
data(origin1) m <- callback(labour1,"offer","hist","callback","all") s <- stat_glob(m) graph(s)
Run the code above in your browser using DataLab