<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=RSvgDevice</id>
		<title>RSvgDevice - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=RSvgDevice"/>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=RSvgDevice&amp;action=history"/>
		<updated>2026-04-30T15:23:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.christophchamp.com/index.php?title=RSvgDevice&amp;diff=3047&amp;oldid=prev</id>
		<title>Christoph at 01:08, 29 October 2006</title>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=RSvgDevice&amp;diff=3047&amp;oldid=prev"/>
				<updated>2006-10-29T01:08:53Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''RSvgDevice''' (or '''Scalable Vector Graphics for R''') is a package (or &amp;quot;device&amp;quot;) for [[R programming language|R]]. It allows you to output your data to an [[SVG]] file.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
 devSVG(file = &amp;quot;Rplots.svg&amp;quot;, width = 10, height = 8,&lt;br /&gt;
       bg = &amp;quot;white&amp;quot;, fg = &amp;quot;black&amp;quot;, onefile=TRUE, xmlHeader=TRUE) &lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
 library(RSvgDevice)&lt;br /&gt;
 devSVG(file = &amp;quot;foo.svg&amp;quot;, width = 10, height = 8, bg = &amp;quot;white&amp;quot;, fg = &amp;quot;black&amp;quot;, onefile=TRUE, xmlHeader=TRUE)&lt;br /&gt;
 plot(1:11,(-5:5)^2, type='b', main=&amp;quot;Simple Example Plot&amp;quot;)&lt;br /&gt;
 dev.off()&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://cran.r-project.org/src/contrib/Descriptions/RSvgDevice.html RSvgDevice] &amp;amp;mdash; on CRAN&lt;br /&gt;
* [http://www.darkridge.com/~jake/RSvg/ Authors homepage]&lt;br /&gt;
&lt;br /&gt;
[[Category:R]]&lt;/div&gt;</summary>
		<author><name>Christoph</name></author>	</entry>

	</feed>