[R] How to produce serveral plots with pairs of vectors

2012-04-08 Thread slyrs66
Dear R-Users, I have a newbie-question about producing several plots with five variable pairs within in one code (loop). Problem: I define two objects, erveryone has five vectors (columns /variables): dimensionen - data.frame(meinspss$attr_diff_gesamt, meinspss$finanz_diff_gesamt,

Re: [R] How to produce serveral plots with pairs of vectors

2012-04-08 Thread Bert Gunter
Please do your homework first: Read at least the beginning of An Introduction to R or other R tutorial -- there are many. I say this because in your post below you do not seem to realize that R is case sensitive, and you do not seem to know the difference between a data frame and a column thereof

Re: [R] How to produce serveral plots with pairs of vectors

2012-04-08 Thread David Winsemius
On Apr 8, 2012, at 8:51 AM, slyrs66 wrote: Dear R-Users, I have a newbie-question about producing several plots with five variable pairs within in one code (loop). Problem: I define two objects, erveryone has five vectors (columns /variables): dimensionen -

Re: [R] How to produce serveral plots with pairs of vectors

2012-04-08 Thread slyrs66
Thank you, David. What I actually would like to do in an more elegant way is the following boxplot (meinspss$attr_diff_gesamt ~ meinspss$R1_02) boxplot (meinspss$finanz_diff_gesamt ~ meinspss$R2_02) boxplot (meinspss$leist_diff_gesamt ~ meinspss$R3_02) boxplot (meinspss$soz_diff_gesamt ~