[R] Tick intervals

livia yn19832 at msn.com
Wed Sep 12 18:24:32 CEST 2007


Hi, I would like to plot a histogram with the following codes, and I would
like to make the tick intervals smaller. I tried to add "lab=c(1,1,12)", but
nothing changes.


par(mfrow=c(1,1),font=1, cex=0.8)
hist (data1, seq(-0.01,0.3,0.01),freq = FALSE,
main="Figure1.",xlab="return",lab=c(1,1,12))
lines(density(data1), col="blue")


Could anyone give me sone advice?
Many thanks,
-- 
View this message in context: http://www.nabble.com/Tick-intervals-tf4430457.html#a12639110
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list