I have done graphs but im trying to figure out how to map multiple shape files onto the same R plot and eventually export to pdf.
Does this somehow apply and im missing the transfer? ________________________________ From: Wu Gong [via R] [mailto:ml-node+2312414-731348129-103...@n4.nabble.com] Sent: Tuesday, August 03, 2010 11:48 AM To: ROLL Josh F Subject: Re: Plotting multiple layers(maps) on same page Is this you want? plot((1:20)^2,1:20,type="b",lwd=4,col="blue") lines((1:20)^3,1:20,type="b",lwd=4,col="red") A R learner. ________________________________ View message @ http://r.789695.n4.nabble.com/Plotting-multiple-layers-maps-on-same-page-tp2312223p2312414.html To unsubscribe from Plotting multiple layers(maps) on same page, click here< (link removed) ==>. -- View this message in context: http://r.789695.n4.nabble.com/Plotting-multiple-layers-maps-on-same-page-tp2312223p2312417.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.