This week you’ll learn how to streamline your data processing steps so you can get to making pretty pictures to win friends and influence people faster, and more effectively.
Math130/notes
folder.ggplot2
[HTML] [PDF] [RMD]dplyr
[HTML] [PDF] [RMD]Right click and save these files in your Math 130 folder. You will write your answers directly in them and submit your assignment as instructed by the due date.
ggplot
Hands on learning with R Primers: Visualization Basics https://rstudio.cloud/learn/primers/1.1
ggplot2 cheat sheet: Relevant sheet is Data Visualization
For a full , and comprehensive reference guide on how to do nearly anything in ggplot – this is by far my favorite reference http://www.cookbook-r.com/Graphs/ I reference things in there (like how to remove or change the title of a legend) constantly.
[The full set of lecture notes from which these notes were extracted.].
R graph gallery Hundreds of charts with fully reproducible code to help inspire your visualizations.
STHDA: Statistical tools for high-throughput data analysis. http://www.sthda.com/english/
dplyr
: The ability to manipulate, arrange and clean
up data is an extremely important skill to have. It is advised that you
review at least one other tutorial method for using dplyr. Remember, it
is all about practice. The more you use it the easier it will
become!
Last Updated 2024-08-24