For everything from styling text and customizing color palettes to creating your own geoms, these ggplot2 add-ons deserve a place in your R data visualization toolkit. Plus, a bonus list of packages ...
theme(plot.title=element_text(color=color.title, size=10, vjust=1.25)) + theme(axis.text.x=element_text(size=7,color=color.axis.text)) + theme(axis.text.y=element ...
Create R data visualizations easily with a few lines of simple code using the ggcharts R package. Plus, the resulting charts and graphs are customizable ggplot objects. ggplot2 is an enormously ...
Welcome to an R Markdown document. If you're fairly new to R, this might look different than you are used to. The benefit of R Markdown is that it has the ability to contain both code (like you would ...