[R] boxplots instead of a scatterplot

2006-04-24 Thread Michael Graber
Dear R list, I am a newbie to R and programming itself, so my question may be easy to answer for you. I wanted to create a scatterplot and i used the following code: par(mar=c(10, 4.1,4.1,2.1)) plot(q$location,q$points, , las=2, cex.axis=0.5,xlab=, ylab= ) #location are character strings,

Re: [R] boxplots instead of a scatterplot

2006-04-24 Thread Petr Pikal
Hi On 24 Apr 2006 at 10:40, Michael Graber wrote: Date sent: Mon, 24 Apr 2006 10:40:42 +0200 From: Michael Graber [EMAIL PROTECTED] To: R-Mailingliste r-help@stat.math.ethz.ch Subject:[R] boxplots instead of a scatterplot Dear

Re: [R] boxplots instead of a scatterplot

2006-04-24 Thread Jim Lemon
Michael Graber wrote: Dear R list, I am a newbie to R and programming itself, so my question may be easy to answer for you. I wanted to create a scatterplot and i used the following code: par(mar=c(10, 4.1,4.1,2.1)) plot(q$location,q$points, , las=2, cex.axis=0.5,xlab=, ylab= )