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 ...
Note the column name, mpg, is unquoted. That feature hasn’t been handy, though, if you want to write your own R functions using the tidyverse. That’s because base R functions usually need ...
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results