<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.r-phylo.org/w/index.php?action=history&amp;feed=atom&amp;title=HowTo%2FUsingVignettes</id>
	<title>HowTo/UsingVignettes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.r-phylo.org/w/index.php?action=history&amp;feed=atom&amp;title=HowTo%2FUsingVignettes"/>
	<link rel="alternate" type="text/html" href="https://www.r-phylo.org/w/index.php?title=HowTo/UsingVignettes&amp;action=history"/>
	<updated>2026-04-05T20:04:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://www.r-phylo.org/w/index.php?title=HowTo/UsingVignettes&amp;diff=607&amp;oldid=prev</id>
		<title>Hilmar: R Hackathon/UsingVignettes moved to HowTo/UsingVignettes</title>
		<link rel="alternate" type="text/html" href="https://www.r-phylo.org/w/index.php?title=HowTo/UsingVignettes&amp;diff=607&amp;oldid=prev"/>
		<updated>2008-02-06T19:25:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/w/index.php?title=R_Hackathon/UsingVignettes&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;R Hackathon/UsingVignettes (page does not exist)&quot;&gt;R Hackathon/UsingVignettes&lt;/a&gt; moved to &lt;a href=&quot;/wiki/HowTo/UsingVignettes&quot; title=&quot;HowTo/UsingVignettes&quot;&gt;HowTo/UsingVignettes&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:25, 6 February 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Hilmar</name></author>
	</entry>
	<entry>
		<id>https://www.r-phylo.org/w/index.php?title=HowTo/UsingVignettes&amp;diff=606&amp;oldid=prev</id>
		<title>Hilmar at 19:00, 6 February 2008</title>
		<link rel="alternate" type="text/html" href="https://www.r-phylo.org/w/index.php?title=HowTo/UsingVignettes&amp;diff=606&amp;oldid=prev"/>
		<updated>2008-02-06T19:00:12Z</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;&amp;lt;h2&amp;gt;UNDER CONSTRUCTION!&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vignettes are package tutorials that contain both narrative descriptions for how to perform an analysis as well as working code snippets.&lt;br /&gt;
&lt;br /&gt;
To list available vignettes, type&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; vignette()&lt;br /&gt;
&lt;br /&gt;
To see a specific vignette, type, for example,&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; vignette(&amp;quot;grid&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
You can extract the R code from a vignette by typing&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; vigSrc = list.files(pattern=&amp;quot;Rnw$&amp;quot;,&lt;br /&gt;
                    system.file(&amp;quot;doc&amp;quot;,package=&amp;quot;GOstats&amp;quot;),&lt;br /&gt;
                    full.names=TRUE)&lt;br /&gt;
 &amp;gt; vigSrc&lt;br /&gt;
 &amp;gt; for (v in vigSrc) Stangle(v)&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
[[Category:R Help]]&lt;/div&gt;</summary>
		<author><name>Hilmar</name></author>
	</entry>
</feed>