<?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: Simulation of Burning Fire in R</title>
	<atom:link href="http://yihui.name/en/2009/06/simulation-of-burning-fire-in-r/feed/" rel="self" type="application/rss+xml" />
	<link>http://yihui.name/en/2009/06/simulation-of-burning-fire-in-r/</link>
	<description>Yihui XIE</description>
	<lastBuildDate>Wed, 28 Jul 2010 20:51:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Yihui Xie</title>
		<link>http://yihui.name/en/2009/06/simulation-of-burning-fire-in-r/#comment-7302</link>
		<dc:creator>Yihui Xie</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=267#comment-7302</guid>
		<description>Did you correctly specify &lt;code&gt;width&lt;/code&gt; and &lt;code&gt;height&lt;/code&gt; in your graphical device? e.g. &lt;code&gt;png(..., width = 600, height =400)&lt;/code&gt;.

If you want to create an animation, just pass these two arguments to saveSWF():

&lt;pre&gt;saveSWF(Fire(50), interval = 0.05, dev = &quot;png&quot;, outdir = getwd(), 
    para = list(mar = c(0, 0, 2, 0)), width = 600, height = 400) 
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Did you correctly specify <code>width</code> and <code>height</code> in your graphical device? e.g. <code>png(..., width = 600, height =400)</code>.</p>
<p>If you want to create an animation, just pass these two arguments to saveSWF():</p>
<pre>saveSWF(Fire(50), interval = 0.05, dev = "png", outdir = getwd(),
    para = list(mar = c(0, 0, 2, 0)), width = 600, height = 400)
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maite</title>
		<link>http://yihui.name/en/2009/06/simulation-of-burning-fire-in-r/#comment-7295</link>
		<dc:creator>Maite</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=267#comment-7295</guid>
		<description>Ei, thank you so much for such a nice tools and examples! I have modified this script for my data but I want to modify the default plot size. I would like a rectangle. I have tried different options of jpg() or modifying the settings of par() within the plotting loop but still I get the same squared plot. Any ideas?
thanks,
maite</description>
		<content:encoded><![CDATA[<p>Ei, thank you so much for such a nice tools and examples! I have modified this script for my data but I want to modify the default plot size. I would like a rectangle. I have tried different options of jpg() or modifying the settings of par() within the plotting loop but still I get the same squared plot. Any ideas?<br />
thanks,<br />
maite</p>
]]></content:encoded>
	</item>
</channel>
</rss>
