Re: [R] Tick intervals

2007-09-13 Thread Jim Lemon
livia wrote: > 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.",xl

Re: [R] Tick intervals

2007-09-12 Thread Greg Snow
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of livia > Sent: Wednesday, September 12, 2007 10:25 AM > To: [EMAIL PROTECTED] > Subject: [R] Tick intervals > > > Hi, I would like to plot a histogram with the following > codes

[R] Tick intervals

2007-09-12 Thread livia
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)) l