News

Below is a cheat sheet, easily searchable by task, to see just how to do some of favorite and most-used ggplot2 options — everything from creating basic bar charts and line graphs to customizing ...
Previous experience with R or another programming language is preferable, but not required. The course will teach participants how to make graphics such as barplots, histograms, scatterplots, box ...
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.
ggplot(data=quakes) + geom_histogram(aes(x=mag), bins=10) Try a range of values, including 20 and 25. You should notice that you get dramatically different shapes from the histogram. Why do you think ...