# To establish ggplot, pass in your data and mappings. # df must be a dataframe that contains all info. # aes establishes axes, other aesthetics. my.plot <- ggplot ...
Next we will load the sample data and subset it. We will cover how to do this in detail next week, but for now run the following code to generate ...