Re: [R] Spider Graph

2012-11-21 Thread John Kane
is this link of any use? 
http://www.inside-r.org/packages/cran/fmsb/docs/radarchart

John Kane
Kingston ON Canada


> -Original Message-
> From: baronov...@bam.org
> Sent: Wed, 21 Nov 2012 12:09:38 -0500
> To: r-help@r-project.org
> Subject: Re: [R] Spider Graph
> 
> Hi,
> 
> Is the stars command in the base package or do I need to download?
> I am looking to make star/radar/spider charts.
> 
> Thanks!
> Britt
> 
> Britt Aronovich
> Marketing Analyst
> BAM (Brooklyn Academy of Music)
> ...
> 
> Peter Jay Sharp Building
> 30 Lafayette Ave.
> Brooklyn, NY 11217-01486
> ...
> 
> P: 718.724.8038
> E: baronov...@bam.org<mailto:baronov...@bam.org>
> 
> BAM.org
> Facebook.com/BAMstage
> Twitter.com/BAM_Brooklyn
> 
> 
>   [[alternative HTML version deleted]]
> 
> __
> 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 commented, minimal, self-contained, reproducible code.


GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at 
http://www.inbox.com/smileys
Works with AIM®, MSN® Messenger, Yahoo!® Messenger, ICQ®, Google Talk™ and most 
webmails

__
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 commented, minimal, self-contained, reproducible code.


Re: [R] Spider Graph

2012-11-21 Thread David Winsemius


On Nov 21, 2012, at 9:09 AM, Britt Aronovich wrote:


Hi,

Is the stars command in the base package


No.

or do I need to download?

No

I am looking to make star/radar/spider charts.


The `stars` function is in the graphics package which is loaded by  
default. You should ahve been able to determine this from the console  
by typing:


?stars

--
David Winsemius, MD
Alameda, CA, USA

__
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 commented, minimal, self-contained, reproducible code.


Re: [R] Spider Graph

2012-11-21 Thread Britt Aronovich
Hi,

Is the stars command in the base package or do I need to download?
I am looking to make star/radar/spider charts.

Thanks!
Britt

Britt Aronovich
Marketing Analyst
BAM (Brooklyn Academy of Music)
...

Peter Jay Sharp Building
30 Lafayette Ave.
Brooklyn, NY 11217-01486
...

P: 718.724.8038
E: baronov...@bam.org

BAM.org
Facebook.com/BAMstage
Twitter.com/BAM_Brooklyn


[[alternative HTML version deleted]]

__
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 commented, minimal, self-contained, reproducible code.


Re: [R] Spider Graph

2008-08-29 Thread Neil Shephard



Van Patten, Isaac T wrote:
> 
> Is there an R function to generate a radar or spider graph from a table
> - e.g.radar(table(x)) or some such?
> 

And you may find this a useful site to bookmark...

http://addictedtor.free.fr/graphiques/ 

Neil

-- 
View this message in context: 
http://www.nabble.com/Spider-Graph-tp19207029p19217333.html
Sent from the R help mailing list archive at Nabble.com.

__
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 commented, minimal, self-contained, reproducible code.


Re: [R] Spider Graph

2008-08-28 Thread Sarah Goslee
help.search(radar)
and
help.search(spider)
would both get you right to
stars()

Sarah

On Thu, Aug 28, 2008 at 3:00 PM, Van Patten, Isaac T
<[EMAIL PROTECTED]> wrote:
> Is there an R function to generate a radar or spider graph from a table
> - e.g.radar(table(x)) or some such?
>
>

-- 
Sarah Goslee
http://www.functionaldiversity.org

__
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 commented, minimal, self-contained, reproducible code.


[R] Spider Graph

2008-08-28 Thread Van Patten, Isaac T
Is there an R function to generate a radar or spider graph from a table
- e.g.radar(table(x)) or some such?

 

==

Isaac T. Van Patten, Ph.D.

Professor 

Department of Criminal Justice

Box 6934, Radford University

Radford, VA 24142

540-831-6148

[EMAIL PROTECTED]  

http://ivanpatt.asp.radford.edu   

 

 

The hottest places in hell are reserved for those who, in time of great
moral crisis, maintain their neutrality. -Dante Alighieri

 


[[alternative HTML version deleted]]

__
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 commented, minimal, self-contained, reproducible code.