Displaying 1 result from an estimated 1 matches for "vrednosti".
2013 Mar 06
1
Troubles with labeling x axis
...32 35 32 28
2001 161 48 31 33 161 154 420 19 149 44 54 16
2002 152 94 43 64 193 85 98 77 236 87 72 47
2003 196 120 51 27 143 99 56
> require(graphics)
> plot.ts(dataTimeSeries, xaxt="n", xlab= "Perioda", ylab= "Opazovane
> vrednosti", type='l', col='red')
> axis(side=1, at=seq(1,40,4), labels=seq(1,10,1))
Thanks in advance for any help!
--
View this message in context: http://r.789695.n4.nabble.com/Troubles-with-labeling-x-axis-tp4660465.html
Sent from the R help mailing list archive at Nabble.com.