Displaying 1 result from an estimated 1 matches for "x193".
Did you mean:
193
2009 Jun 24
2
change the height or scale of the y axis
...176","x177","x178","x179","x180",
"x181","x182","x183","x184","x185","x186","x187","x188","x189","x190",
"x191","x192","x193","x194","x195","x196","x197","x198","x199","x200")
y<-sample(0:300,200,replace=F)
d<-data.frame(y)
rownames(d)<-x
r<-nrow(d)
i<-1:r
plot(d$y,i,xlab="",ylab="",axes=F)
axis(1)
axis(2,at=i,la...