Re: [R] Examples of advanced data visualization

2008-12-02 Thread Yihui Xie
Since SVG has a lot of elements, Firefox is still under development to support different elements in SVG; see: http://www.mozilla.org/projects/svg/status.html Currently animations won't work under Firefox 3.0.4, and all the rest can be viewed using Firefox 3.0.4. Regards, Yihui -- Yihui Xie <[EM

Re: [R] Examples of advanced data visualization

2008-12-01 Thread Vitalie Spinu
Hi, I find this interesting: http://blog.thejit.org/javascript-information-visualization-toolkit-jit/ It would be nice to have R exporting graphs into these kind of things. Vitalie. On Fri, 28 Nov 2008 16:55:12 +0100, Hans W. Borchers <[EMAIL PROTECTED]> wrote: Dear R-help, I am looking f

Re: [R] Examples of advanced data visualization

2008-12-01 Thread Ted Harding
On 01-Dec-08 09:22:34, Gábor Csárdi wrote: > On Mon, Dec 1, 2008 at 10:21 AM, Gábor Csárdi <[EMAIL PROTECTED]> > wrote: >> On Mon, Dec 1, 2008 at 10:08 AM, Ted Harding >> <[EMAIL PROTECTED]> wrote: >> [...] >>> I visited that URL (with the extra "t"!), and got a message >>> from my browser (Iceweas

Re: [R] Examples of advanced data visualization

2008-12-01 Thread Gábor Csárdi
On Mon, Dec 1, 2008 at 10:21 AM, Gábor Csárdi <[EMAIL PROTECTED]> wrote: > On Mon, Dec 1, 2008 at 10:08 AM, Ted Harding > <[EMAIL PROTECTED]> wrote: > [...] >> I visited that URL (with the extra "t"!), and got a message >> from my browser (Iceweasel on Debian Etch, which is Firefox >> under another

Re: [R] Examples of advanced data visualization

2008-12-01 Thread Gábor Csárdi
On Mon, Dec 1, 2008 at 10:08 AM, Ted Harding <[EMAIL PROTECTED]> wrote: [...] > I visited that URL (with the extra "t"!), and got a message > from my browser (Iceweasel on Debian Etch, which is Firefox > under another name) that additional plugins (unspecified) > were needed to display the material

Re: [R] Examples of advanced data visualization

2008-12-01 Thread Ted Harding
On 01-Dec-08 03:19:57, Duncan Temple Lang wrote: > Hans W. Borchers wrote: >> [...] > A few days before your mail, I started putting together some > examples of using R and SVG/ECMAScript and R and > Flash/Flex/MXML/ActionScript. > > There are some examples of R graphics that provide interactivit

Re: [R] Examples of advanced data visualization

2008-11-30 Thread Dieter Menne
Hans W. Borchers-4 wrote: > > Tom Backer Johnsen psych.uib.no> writes: > > I am also wondering if the "R Wiki" would be a better place to publish > summaries > on topics discussed here. On the mailing list, summaries are forgotten > within > one or two months time, only to be retrieved in spe

Re: [R] Examples of advanced data visualization

2008-11-30 Thread Duncan Temple Lang
Sorry for the need for a second mail, but the URL missed a 't' http://www.omegahat.org/SVGAnnotation/tests/examples.html ^ Duncan Temple Lang wrote: Hans W. Borchers wrote: Dear R-help, I am looking for ideas and presentations of new and advanced data v

Re: [R] Examples of advanced data visualization

2008-11-30 Thread Duncan Temple Lang
Hans W. Borchers wrote: Dear R-help, I am looking for ideas and presentations of new and advanced data visualization methods. As an example of what I am searching for, the 'Many Eyes' pages at http://manyeyes.alphaworks.ibm.com/manyeyes/ may provide a good paradigm. I would be interested

Re: [R] Examples of advanced data visualization

2008-11-29 Thread Yihui Xie
For the motion chart, I've written a quick example in R (for the Brownian Motion): ## put random numbers in Google API # n: number of movie frames # p: number of points g.brownian.motion = function(n = 50, p = 20, start = 1900, digits = 14, file = "brownian.motion.html", width = 800, heigh

Re: [R] Examples of advanced data visualization

2008-11-29 Thread Stavros Macrakis
On Fri, Nov 28, 2008 at 4:13 PM, Tom Backer Johnsen <[EMAIL PROTECTED]>wrote: > Hans W. Borchers wrote: > ...The question is interesting, but what I have a somewhat negative reaction > to is the next passage: > >> Please answer to my e-mail address. In case enough interesting material >> comes up,

Re: [R] Examples of advanced data visualization

2008-11-29 Thread Hans W. Borchers
Tom Backer Johnsen psych.uib.no> writes: > [...] > The question is interesting, but what I have a somewhat negative > reaction to is the next passage: > > > > Please answer to my e-mail address. In case enough interesting material > > comes up, I will enter a summary here. > > It is nice that

Re: [R] Examples of advanced data visualization

2008-11-29 Thread Johannes Huesing
Tom Backer Johnsen <[EMAIL PROTECTED]> [Fri, Nov 28, 2008 at 10:13:04PM CET]: > Hans W. Borchers wrote: [...] >> >> Please answer to my e-mail address. In case enough interesting material comes >> up, I will enter a summary here. > > It is nice that you are willing to summarize whatever appears, bu

Re: [R] Examples of advanced data visualization

2008-11-28 Thread Tom Backer Johnsen
Hans W. Borchers wrote: Dear R-help, I am looking for ideas and presentations of new and advanced data visualization methods. As an example of what I am searching for, the 'Many Eyes' pages at http://manyeyes.alphaworks.ibm.com/manyeyes/ may provide a good paradigm. I would be interested

Re: [R] Examples of advanced data visualization

2008-11-28 Thread David Winsemius
The gapminder.org project ; http://graphs.gapminder.org/world/ Hans Rosling at TED: http://www.ted.com/index.php/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html http://hdr.undp.org/external/gapminder/2004/hdr2004.html And was given Google support last year: http://googleblog.blo

[R] Examples of advanced data visualization

2008-11-28 Thread Hans W. Borchers
Dear R-help, I am looking for ideas and presentations of new and advanced data visualization methods. As an example of what I am searching for, the 'Many Eyes' pages at http://manyeyes.alphaworks.ibm.com/manyeyes/ may provide a good paradigm. I would be interested even if it will not be easy