Re: [R] Spider (Radar) Plot

2011-09-09 Thread Jim Lemon
On 09/09/2011 06:31 AM, XINLI LI wrote: Dear R Group: Based on the following data, how to do a great Spider (Radar) Plot? Any advice is greatly appreciated. HospID Rate Age Charlson NIHSS 1 0.2 49 3.5 0 2 0.1 48 1.8 12 3 0.4 56 2.1 5 4 0.3 77 0 7 5 0.2 67 6.5 3 6 0.1 62 4.8 4.6 7 0.1

Re: [R] Spider (Radar) Plot

2011-09-08 Thread Dennis Murphy
# install.packages('sos') library(sos) findFn('radar plot') gets 29 hits on my system. The two that seem to be the most relevant are radarchart() from the fmsb package and, as mentioned in the other reply, stars() from the autoloaded graphics package. BTW, read the quoted text and observe how you

Re: [R] Spider (Radar) Plot

2011-09-08 Thread Jean-Christophe BOUËTTÉ
Both ??radar and ??spider return ?stars. 2011/9/8 XINLI LI : > Dear R Group: > >   Based on the following data, how to do a great Spider (Radar) Plot? Any > advice is greatly appreciated. > >     HospID Rate Age Charlson NIHSS 1 0.2 49 3.5 0 2 0.1 48 1.8 12 3 0.4 56 > 2.1 5 4 0.3 77 0 7 5 0.2 67 6

[R] Spider (Radar) Plot

2011-09-08 Thread XINLI LI
Dear R Group: Based on the following data, how to do a great Spider (Radar) Plot? Any advice is greatly appreciated. HospID Rate Age Charlson NIHSS 1 0.2 49 3.5 0 2 0.1 48 1.8 12 3 0.4 56 2.1 5 4 0.3 77 0 7 5 0.2 67 6.5 3 6 0.1 62 4.8 4.6 7 0.1 64 12 5.2 8 0.3 61 3 2.8 9 0.15 69 4.5 1.9 1