January 2010
Beginner
634 pages
19h 50m
English
R includes two different packages for plotting data:
graphics and lattice. The package contains a wide
variety of functions for plotting data. It is easy to customize or
modify charts with the graphicsgraphics
package, or to interact with plots on the screen. The lattice package contains an alternative set of
functions for plotting data. Lattice graphics are well suited for
splitting data by a conditioning variable. This chapter gives an
overview of the graphics package.
We’ll explain how to use lattice graphics in Chapter 15.
Read now
Unlock full access