x<-1:10 y<-21:30 #plot(x,y) #plot(x,y,type="o") #plot(x,y,type="o",pch=19,lty=1) #plot(0:25,pch=0:25) #plot(x,y,type="o",pch="M") #plot(x,y,type="l",lty=1) #for(i in 2:6){ #y<-y+1 #j<-i+1 #lines(x,y,type="l",lty=i,lwd=j) #} #plot(x,y,type="o",pch=19,lty=1,xlim=range(1:20),ylim=range(1:50),xlab="x values",ylab="y values",main="my title",log="x")