MP4 + Code + R Graphics Cookbook.pdf & epub download (百度网盘) :
R Graph Essentials
1) Introducing plot function [18:06 minutes]
Generating a basic plot with titles
Putting legends and setting margins
Putting texts and mathematical expressions in the plot
Symbols and colors in the plot
Saving the plots in various formats
2) Further control over plot function [12:13 minutes]
Controlling axes and boxes
Controlling layouts and splits
Controlling colors of plot elements
Controlling line pattern and width
Controlling texts of plot elements
3) Plots for categorical variable [12:22 mins]
Pie chart for one variable
Bar chart or Pareto chart for one variable
Bar chart for more than one variable
Labelling the pie and bar charts
Dot charts
4) Plots for continuous variables [14:11 mins]
Stem-and-leaf plot
Histogram , comparison and handling bins
Density, rug representation and overlay plots
Boxplots and parameters
Side-by-side boxplots and parameters
5) Bivariate plots for two continuous variables [14:28 mins]
Scatter plot and parameters
Adding straight lines and jitter points
Adding model summaries in the plot
Sub-grouping in a scatter plot
Conditioning plots
6) Time series plots [14:21 mins]
Plotting basic line graphs using a function
Default time series plots
plotting date and time variables
Plotting trend
Setting appropriate time axes
7) Visualizing contour plots and three dimensional plots [10:32 mins]
Drawing contour plots in base package
Drawing contour plots in Lattice
Drawing surfaceplot using base graphics
Drawing surfaceplot using Lattice
Drawing interactive 3D plot
8) Miscellaneous topics [20:25 minutes]
Creating maps
Interactive options
R Commander
Trees and clustering
RStudio interface for graphics