Advanced Graphs
This section describes how to customize your graphs. It also covers more statistically sophisticated graphs. This is one of the many places that R really shines.
Customization
Graphical parameters describes how to change a graph's symbols, fonts, colors, and lines. Axes and text describe how to customize a graph's axes, add reference lines, text annotations and a legend. Combining plots describes how to organize multiple plots into a single graph.
Advanced Graph Types
Trellis graphs include a variety of plots conditioned on one or more variables. Other graphs include probability plots, mosaic plots, and correlograms. Finally methods of interacting with graphs (e.g. linking multiple graphs with color brushing, or interactive rotation in real-time) are provided.
For simpler, more fundamental graphs, see the Basic Graphs section.