Ch 11 Graphics Managing graphics windows 1-d, 2-d and 3-d plotting Interactive graphics © Fall 2004 Don Edwards and the University of South Carolina
R graphics High level of functionality Like SAS/Graph, number of options can be intimidating Save interesting examples!
11.1 Managing windows Creating new windows with windows() Setting new default windows with dev.set() Closing windows with dev.off() Saving graphics
11.2-11.4 Plotting 1-dim graphics 2-dim graphics Changing default options title(), text() and lines() Multiple plots on a page 3-dim graphics contour() filled.contour() contour.plot()
11.5 Interactive graphics R has less capability for brushing and selecting than previously identify() Exploratory Data Analysis (EDA)