Visualizing Innovation
Geometries
October 23, 2023
Geometry | Explanation | |
---|---|---|
![]() |
area, ribbon | An area plot is the continuous analogue of a stacked bar chart. |
![]() |
bar, col | Bar charts may be proportional (bar) or with absolute values (col). |
![]() |
boxplot | The boxplot compactly displays the distribution of a continuous variable. |
![]() |
density, histogram | Kernel density plot, which is a smoothed version of the histogram. |
![]() |
hline, vline, abline | Draws a horizontal or vertical line with an intercept or a line with a slope. |
![]() |
line, path | Line between observations in order of variable (line) or appearance (path) |
![]() |
linerange, errorbar | Various ways of representing a vertical interval defined by x, ymin and ymax. |
![]() |
point, jitter | The point geom is used to create scatterplots and jitter avoids overplotting. |
![]() |
segment, curve | Draws a straight or curved line between points (x,y) and (xend, yend). |
![]() |
smooth | Smoothed line with standard error bounds across a scatterplot. |
![]() |
violin | A violin plot is a compact display of a continuous distribution. |
ggstream::geom_stream()
waffle::geom_waffle()
ggchicklet::geom_chicklet()
ggridges::geom_density_ridges()
ggsankey::geom_sankey()
ggbump::geom_bump()
PI 0822 Economic Policy (Applied Track) | Winter term 2023