gof_histogram | R Documentation |
A generic function for histograms
gof_histogram(
data,
x,
bins = 20,
labels = gof_labels(),
symm_x = if (isTRUE(log_x)) 1 else 0,
log_x = F
)
data |
A |
x |
A numeric vector, evaulated within |
bins |
Number of bins to use for the histogram. |
labels |
A named |
symm_x |
A number of |
log_x |
If |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.