Thomas A. Pepperz
Results
2
issues of
Thomas A. Pepperz
``` ggplot(df, mapping = aes(published.on.the.dn, fill = published.on.the.dn) ) + geom_bar(stat = 'count') + labs(x = "Published on the DN?", y = "Count", title = TitleXYZ", fill = "Legend") +...
The include_graphics function does not seem to play nicely. I noticed the commit message "add support for include_graphics, maybe?" Code: ```{r picture, echo=FALSE, fig.cap="A caption", out.width = '100%'} knitr::include_graphics("~/Sentencing/Graphics/CookCounty_Race_ACS.png") ```...