Description Usage Arguments Examples
Create a histogram based on x
and optionally group
aspects.
1 2 |
g2 |
An object of class |
... |
Any option, aesthetic ( |
bin_width |
Width of bins. |
data |
A |
inherit_asp |
Whether to inherit aspects from |
name |
Name of figure, useful to apply functions to specific figures. |
1 2 | g2(iris, asp(Sepal.Length, group = Species, color = Species)) %>%
fig_histogram(bin_width = .3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.