Re: [R] Spider Plot

2013-04-20 Thread Hall, Mark
e "png" file or pdf or any > other format ? > > > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On > Behalf Of XINLI LI > Sent: Friday, April 19, 2013 3:30 PM > To: r-help > Subject: [R] Spider Plot &g

Re: [R] Spider Plot

2013-04-20 Thread Jim Lemon
On 04/20/2013 06:29 AM, XINLI LI wrote: Does any one have a sample code for a Spider Plot as attached? Hi Xing, Have a look at the third example in the radial.plot function (plotrix). Jim __ R-help@r-project.org mailing list https://stat.ethz.ch/mai

Re: [R] Spider Plot

2013-04-19 Thread Hasan Diwan
install.packages('psych', repos='http://cran.rstudio.com', dep=TRUE) require(psych) spider(y=1,x=2:9,data=Thurstone) On 19 April 2013 22:29, XINLI LI wrote: > Does any one have a sample code for a Spider Plot as attached? > > Thanks, > > Xing > > __

Re: [R] Spider Plot

2013-04-19 Thread John Kane
:58 -0600 > To: r-help@r-project.org > Subject: [R] Spider Plot > > Does any one have a sample code for a Spider Plot as attached? > > Thanks, > > Xing > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/ma

Re: [R] Spider Plot

2013-04-19 Thread Janesh Devkota
Xing, I cannot open the attachment. Can you attach the "png" file or pdf or any other format ? -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of XINLI LI Sent: Friday, April 19, 2013 3:30 PM To: r-help Subject: [R] Spider

[R] Spider Plot

2013-04-19 Thread XINLI LI
Does any one have a sample code for a Spider Plot as attached? Thanks, Xing __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commen

Re: [R] Spider Plot color problem

2010-02-05 Thread Peter Ehlers
Ioan, The beauty of R is that you get the code and you can make (often simple) changes to suit your needs. Attached is stars1.R which makes a few minor changes to stars() to let you produce starplots with or without the polygon and with arbitrary colours for the radii. (This might already exist i

Re: [R] Spider Plot color problem

2010-02-05 Thread Jim Lemon
On 02/06/2010 02:21 AM, IoanLoft wrote: Hi all, I have encountered a problem which appears to have defeated my (admittedly nascent) R skills. I want to draw a spider plot with many cases (just over 300). I am primarily interested in the difference between 4 categories of cases, and want to disp

[R] Spider Plot color problem

2010-02-05 Thread IoanLoft
Hi all, I have encountered a problem which appears to have defeated my (admittedly nascent) R skills. I want to draw a spider plot with many cases (just over 300). I am primarily interested in the difference between 4 categories of cases, and want to display them as different colors. the col.star