Re: [R] Editable plot

2015-04-30 Thread Jim Lemon
nging its properties in some way. > > - > David L Carlson > Department of Anthropology > Texas A&M University > College Station, TX 77840-4352 > > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org

Re: [R] Editable plot

2015-04-30 Thread David L Carlson
m: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of IZHAK shabsogh via R-help Sent: Thursday, April 30, 2015 2:04 AM To: R. Subject: [R] Editable plot Hello,Kindly assist me on how to make the plot from the following programm to be editable  x<-c(0.84,1.03,0.96)y<-c(1.30,1.46

[R] Editable plot

2015-04-30 Thread IZHAK shabsogh via R-help
Hello,Kindly assist me on how to make the plot from the following programm to be editable  x<-c(0.84,1.03,0.96)y<-c(1.30,1.46,1.48)z<-c(1.32,1.47,1.5)w<-c(0.07,0.07,0.07)r<-c(500,1000,2000) # Graph cars using a y axis that ranges from 0 to 12plot(r,x, type="o", col="blue", ylim=c(0,1.5),lwd= 2,