# # Written by: # -- # John L. Weatherwax 2009-04-21 # # email: wax@alum.mit.edu # # Please send comments and especially bug reports to the # above email address. # #----- DF = read.csv("../../Data/chap_1_prob_3.csv") #postscript("../../WriteUp/Graphics/Chapter1/ex_3_scatter_plot.eps", onefile=FALSE, horizontal=FALSE) plot( DF$Womans.Choice, DF$Government, xlab='Womans Choice', ylab='Government', pch=20, cex=1.5 ) grid() #dev.off()