[R] A question on graphical representation

2014-03-01 Thread Ron Michael
Hi, Let say I Have following data: Info - structure(list(Person = structure(1:6, .Label = c(A, B, C, + D, E, F), class = factor), Attr1 = c(0.52, 0.14, 0.63, + 0.43, 0.89, 18.46), Attr2 = c(0.06, 3.35, 0.62, 1.42, 1.96, 8.38 + )), .Names = c(Person, Attr1, Attr2), row.names = c(NA, + -6L),

Re: [R] A question on graphical representation

2014-03-01 Thread David Carlson
77840-4352 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Ron Michael Sent: Saturday, March 1, 2014 12:51 PM To: r-help@r-project.org Subject: [R] A question on graphical representation Hi, Let say I Have following data: Info

Re: [R] A question on graphical representation

2014-03-01 Thread Jim Lemon
On 03/02/2014 05:51 AM, Ron Michael wrote: Hi, Let say I Have following data: Info- structure(list(Person = structure(1:6, .Label = c(A, B, C, + D, E, F), class = factor), Attr1 = c(0.52, 0.14, 0.63, + 0.43, 0.89, 18.46), Attr2 = c(0.06, 3.35, 0.62, 1.42, 1.96, 8.38 + )), .Names = c(Person,