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 <[email protected]> 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 > > ______________________________________________ > [email protected] 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. ______________________________________________ [email protected] 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.

