<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Probability &#187; R</title>
	<atom:link href="http://ieqi.net/tag/r/feed/" rel="self" type="application/rss+xml" />
	<link>http://ieqi.net</link>
	<description>我们必须知道，我们必将知道。</description>
	<lastBuildDate>Mon, 14 Nov 2011 08:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>R中的Google图表工具</title>
		<link>http://ieqi.net/2011/04/01/r%e4%b8%ad%e7%9a%84google%e5%9b%be%e8%a1%a8%e5%b7%a5%e5%85%b7/</link>
		<comments>http://ieqi.net/2011/04/01/r%e4%b8%ad%e7%9a%84google%e5%9b%be%e8%a1%a8%e5%b7%a5%e5%85%b7/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 13:58:19 +0000</pubDate>
		<dc:creator>G_will</dc:creator>
				<category><![CDATA[G_will`s Redemption]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[可视化]]></category>
		<category><![CDATA[图表]]></category>

		<guid isPermaLink="false">http://ieqi.net/?p=814</guid>
		<description><![CDATA[这是我一直想做的事情，没想到人家已经完成了，唉，太失败了我。 进入正题： R中的googleVis包，提供了R与Google 图表API的一个接口。 具体见： http://cran.r-project.org/web/packages/googleVis/index.html 这样就能直接在R中调用漂亮的Google的图表了。 这是一个范例： library(googleVis) data(Fruits) M1 &#60;- gvisMotionChart(Fruits, idvar=”Fruit”, timevar=”Year”) plot(M1) 漂亮吧？ 可以花点时间研究一下这个玩意。]]></description>
			<content:encoded><![CDATA[<p>这是我一直想做的事情，没想到人家已经完成了，唉，太失败了我。</p>
<p>进入正题：</p>
<p><span id="more-814"></span></p>
<p>R中的googleVis包，提供了R与Google 图表API的一个接口。</p>
<p>具体见：</p>
<p>http://cran.r-project.org/web/packages/googleVis/index.html</p>
<p>这样就能直接在R中调用漂亮的Google的图表了。</p>
<p>这是一个范例：</p>
<pre>
library(googleVis)

data(Fruits)

M1 &lt;- gvisMotionChart(Fruits, idvar=”Fruit”, timevar=”Year”)

plot(M1)
</pre>
<p>漂亮吧？</p>
<p>可以花点时间研究一下这个玩意。</p>
]]></content:encoded>
			<wfw:commentRss>http://ieqi.net/2011/04/01/r%e4%b8%ad%e7%9a%84google%e5%9b%be%e8%a1%a8%e5%b7%a5%e5%85%b7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>R图相关</title>
		<link>http://ieqi.net/2010/07/04/r%e5%9b%be%e7%9b%b8%e5%85%b3/</link>
		<comments>http://ieqi.net/2010/07/04/r%e5%9b%be%e7%9b%b8%e5%85%b3/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 09:39:55 +0000</pubDate>
		<dc:creator>G_will</dc:creator>
				<category><![CDATA[My Works]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://ieqi.com/?p=3</guid>
		<description><![CDATA[package sendplot 函数 savePlot]]></description>
			<content:encoded><![CDATA[<p>package sendplot</p>
<p>函数 savePlot</p>
]]></content:encoded>
			<wfw:commentRss>http://ieqi.net/2010/07/04/r%e5%9b%be%e7%9b%b8%e5%85%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

