Re: [R] HOW to create image like this?

2010-09-21 Thread zcrself

I like your answer!
-- 
View this message in context: 
http://r.789695.n4.nabble.com/HOW-to-create-image-like-this-tp2548152p2548945.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] HOW to create image like this?

2010-09-21 Thread Joshua Wiley
On Tue, Sep 21, 2010 at 6:14 AM, Barry Rowlingson
 wrote:
> On Tue, Sep 21, 2010 at 8:58 AM, zcrself  wrote:
>>
>> http://r.789695.n4.nabble.com/file/n2548152/25jfmyx.jpg
>>
>> HOW to create image like this?
>> **tp://i55.tinypic.com/25jfmyx.jpg[/IMG]
>
>  My first response is "On an empty stomach, with a handy supply of
> anti-migraine tablets".

This seems worthy of the fortunes package.

>
>> I don't known how to create the image above or which function can create
>> this image?
>
>  Is this a standard representation of some genetic thing? If so, then
> it might be worth someone writing a function to do it, but that would
> mean first defining a precise specification for the graphic. There's
> nothing you can't do in R with only the lines and points functions
>
> Barry
>
> __
> 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.
>



-- 
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://www.joshuawiley.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] HOW to create image like this?

2010-09-21 Thread baptiste Auguié
Should anyone feel like reinventing that coloured wheel in R, the arcTextGrob() 
function in gridExtra answered a more basic query on R-help a few months ago: 
draw text labels on a circle and connect them with arcs. It might be a starting 
point.

baptiste

 


On Sep 21, 2010, at 3:14 PM, Barry Rowlingson wrote:

> On Tue, Sep 21, 2010 at 8:58 AM, zcrself  wrote:
>> 
>> http://r.789695.n4.nabble.com/file/n2548152/25jfmyx.jpg
>> 
>> HOW to create image like this?
>> **tp://i55.tinypic.com/25jfmyx.jpg[/IMG]
> 
> My first response is "On an empty stomach, with a handy supply of
> anti-migraine tablets".
> 
>> I don't known how to create the image above or which function can create
>> this image?
> 
> Is this a standard representation of some genetic thing? If so, then
> it might be worth someone writing a function to do it, but that would
> mean first defining a precise specification for the graphic. There's
> nothing you can't do in R with only the lines and points functions
> 
> Barry
> 
> __
> 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-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] HOW to create image like this?

2010-09-21 Thread David Winsemius


On Sep 21, 2010, at 3:58 AM, zcrself wrote:



http://r.789695.n4.nabble.com/file/n2548152/25jfmyx.jpg

HOW to create image like this?
**tp://i55.tinypic.com/25jfmyx.jpg[/IMG]
I don't known how to create the image above or which function can  
create

this image?


THe corresponding author in the article in which that illustration  
appeared, "Science" 20 NOVEMBER 2009 VOL 326, p 1113, is listed as:


rwil...@wustl.edu

--
David Winsemius, MD
West Hartford, CT

__
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] HOW to create image like this?

2010-09-21 Thread Peter Konings
This looks like it has been created in Circos: http://mkweb.bcgsc.ca/circos/

HTH
Peter

On Tue, Sep 21, 2010 at 9:58 AM, zcrself  wrote:
>
> http://r.789695.n4.nabble.com/file/n2548152/25jfmyx.jpg
>
> HOW to create image like this?
> **tp://i55.tinypic.com/25jfmyx.jpg[/IMG]
> I don't known how to create the image above or which function can create
> this image?
>
> --
> View this message in context: 
> http://r.789695.n4.nabble.com/HOW-to-create-image-like-this-tp2548152p2548152.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.
>

__
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] HOW to create image like this?

2010-09-21 Thread Barry Rowlingson
On Tue, Sep 21, 2010 at 8:58 AM, zcrself  wrote:
>
> http://r.789695.n4.nabble.com/file/n2548152/25jfmyx.jpg
>
> HOW to create image like this?
> **tp://i55.tinypic.com/25jfmyx.jpg[/IMG]

 My first response is "On an empty stomach, with a handy supply of
anti-migraine tablets".

> I don't known how to create the image above or which function can create
> this image?

 Is this a standard representation of some genetic thing? If so, then
it might be worth someone writing a function to do it, but that would
mean first defining a precise specification for the graphic. There's
nothing you can't do in R with only the lines and points functions

Barry

__
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] HOW to create image like this?

2010-09-21 Thread zcrself

http://r.789695.n4.nabble.com/file/n2548152/25jfmyx.jpg 

HOW to create image like this?
**tp://i55.tinypic.com/25jfmyx.jpg[/IMG]
I don't known how to create the image above or which function can create
this image?

-- 
View this message in context: 
http://r.789695.n4.nabble.com/HOW-to-create-image-like-this-tp2548152p2548152.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.