<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Brownian Motion Using Google Visualization API and R</title>
	<atom:link href="http://yihui.name/en/2008/11/brownian-motion-using-google-visualization-api-and-r/feed/" rel="self" type="application/rss+xml" />
	<link>http://yihui.name/en/2008/11/brownian-motion-using-google-visualization-api-and-r/</link>
	<description>Yihui Xie</description>
	<lastBuildDate>Mon, 08 Mar 2010 11:12:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yihui Xie</title>
		<link>http://yihui.name/en/2008/11/brownian-motion-using-google-visualization-api-and-r/#comment-2729</link>
		<dc:creator>Yihui Xie</dc:creator>
		<pubDate>Sun, 20 Sep 2009 19:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=57#comment-2729</guid>
		<description>I&#039;ve never tried Dojo; thanks for pointing it out. Just now I looked at some demos and it seems to be useful. And sorry, I don&#039;t know much about web applications for data visualization.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never tried Dojo; thanks for pointing it out. Just now I looked at some demos and it seems to be useful. And sorry, I don&#8217;t know much about web applications for data visualization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://yihui.name/en/2008/11/brownian-motion-using-google-visualization-api-and-r/#comment-2707</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Sat, 19 Sep 2009 08:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=57#comment-2707</guid>
		<description>I know I am a bit late with the comment, but what do you think about Dojo?
Aren´t there any possibilities for data visualisation as well and beyond Google API?</description>
		<content:encoded><![CDATA[<p>I know I am a bit late with the comment, but what do you think about Dojo?<br />
Aren´t there any possibilities for data visualisation as well and beyond Google API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yihui Xie</title>
		<link>http://yihui.name/en/2008/11/brownian-motion-using-google-visualization-api-and-r/#comment-295</link>
		<dc:creator>Yihui Xie</dc:creator>
		<pubDate>Thu, 11 Jun 2009 12:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=57#comment-295</guid>
		<description>What I meant by saying &quot;poor&quot; for GoogleVis API was: it has &lt;em&gt;very&lt;/em&gt; limited capability of drawing genuine statistical graphics, e.g. histogram/density curve, boxplot, scatter plot with regression line or LOWESS curve, not to mention sunflower scatter plot, conditional density plot, contour plot/lines, mosaic plot, ...

To the general audience, the bar/line/pie chart are much more common and easy to understand, but what they reveal is just the original data (or numbers) -- little summary, no statistical inference and hence limited information.

For your question, I haven&#039;t found a good API for (general) data visualization yet. There might be good ones for specific tasks, I think.</description>
		<content:encoded><![CDATA[<p>What I meant by saying &#8220;poor&#8221; for GoogleVis API was: it has <em>very</em> limited capability of drawing genuine statistical graphics, e.g. histogram/density curve, boxplot, scatter plot with regression line or LOWESS curve, not to mention sunflower scatter plot, conditional density plot, contour plot/lines, mosaic plot, &#8230;</p>
<p>To the general audience, the bar/line/pie chart are much more common and easy to understand, but what they reveal is just the original data (or numbers) &#8212; little summary, no statistical inference and hence limited information.</p>
<p>For your question, I haven&#8217;t found a good API for (general) data visualization yet. There might be good ones for specific tasks, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://yihui.name/en/2008/11/brownian-motion-using-google-visualization-api-and-r/#comment-289</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Wed, 10 Jun 2009 20:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=57#comment-289</guid>
		<description>What is a good api for visualization?</description>
		<content:encoded><![CDATA[<p>What is a good api for visualization?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yihui</title>
		<link>http://yihui.name/en/2008/11/brownian-motion-using-google-visualization-api-and-r/#comment-62</link>
		<dc:creator>Yihui</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=57#comment-62</guid>
		<description>I have included a demo function &lt;code&gt;g.brownian.motion()&lt;/code&gt; in the R package ``animation&#039;&#039;: 

&lt;pre&gt;if(!require(&quot;animation&quot;)) install.packages(&quot;animation&quot;)
library(animation)
g.brownian.motion(15, digits = 2, width = 600, height = 500)&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I have included a demo function <code>g.brownian.motion()</code> in the R package &#8220;animation&#8221;: </p>
<pre>if(!require("animation")) install.packages("animation")
library(animation)
g.brownian.motion(15, digits = 2, width = 600, height = 500)</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
