Re: [R] Redoing axis in a strip plot

2009-08-06 Thread Mehdi Khan
Well, the tick marks are at every 200, how do i make them at every 100? On Thu, Aug 6, 2009 at 2:02 PM, Mehdi Khan wrote: > nevermind, I just looked at Steve's reply to mohsen and it worked! > stripplot(jitter(clahanvs30) ~ vs30, data = completetable, ylim=c(0:2000), > xlim=c(0:2000)) > > > On T

Re: [R] Redoing axis in a strip plot

2009-08-06 Thread Mehdi Khan
nevermind, I just looked at Steve's reply to mohsen and it worked! stripplot(jitter(clahanvs30) ~ vs30, data = completetable, ylim=c(0:2000), xlim=c(0:2000)) On Thu, Aug 6, 2009 at 1:54 PM, Mehdi Khan wrote: > Hello everyone, simple question--the documentation is confusing so i am > forced to as

[R] Redoing axis in a strip plot

2009-08-06 Thread Mehdi Khan
Hello everyone, simple question--the documentation is confusing so i am forced to ask: I have a strip plot, how do create my own axis tick marks and set limits? Thanks! stripplot(jitter(clahanvs30) ~ vs30, data = completetable) Mehdi Khan [[alternative HTML version deleted]]