Re: [R] lineplot.CI xaxis scale change in sciplot?

2016-07-04 Thread Clemence Henry
uot;, side = 3, line= -1, adj=0, at=1, cex=0.6) #subtitle axis(1, at=c(0,25,50,100,150,200,300,400,500,600,700,800,900,1000,1100), labels=NULL) #replace xaxes with desired values Thanks everyone, Clem -Original Message- From: Jim Lemon [mailto:drjimle...@gmail.com] Sent: Sunday, 3 July 2016 7:04 PM To: Clemence H

[R] lineplot.CI xaxis scale change in sciplot?

2016-06-30 Thread Clemence Henry
Hi, I am trying to change the values of the tick marks on the xaxis of the following multipanel plot (see relevant bits of script below) to increments of 50 or to a custom scale (ie. 50, 100, 150, 200, 300...). So far I tried using xaxp or xlim both in par() or lineplot.CI(), as well as axTicks