Skip to content
Prev 317857 / 398506 Next

how to change the plot from X-axis to Y-axis

On 02/19/2013 02:17 PM, Jie Tang wrote:
Hi Jie,
The easiest way is probably:

plot(totdata,y=1:4,type='l',pch=1,lty=1,col='blue',lwd=1)

Jim