Skip to content
Prev 312920 / 398506 Next

Labelling x axis in plot function

Hello,

You should provide sample data and code.

plot(3:10, xlim = c(0, 12), xaxt = "n")
axis(1, at = 1:12)


See the help page ?par for a description of the graphical parameters 
'xlim' and 'xaxt', and of ?axis.

Hope this helps,

Rui Barradas
Em 04-12-2012 17:24, T Bal escreveu: