Skip to content

Commit 5acfbf2

Browse files
committed
added 4 more exts
1 parent 53bd595 commit 5acfbf2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1743
-166
lines changed

Diff for: CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.ggplot2-exts.org

Diff for: geomnet.html

+34-15
Original file line numberDiff line numberDiff line change
@@ -138,26 +138,29 @@ <h5 class="list-group-item-heading">ggExtra</h5>
138138
<h5 class="list-group-item-heading">gganimate</h5>
139139
<p class="list-group-item-text">Create easy animations with ggplot2</p>
140140
</a>
141+
<a href="plotROC.html" class="list-group-item">
142+
<h5 class="list-group-item-heading">plotROC</h5>
143+
<p class="list-group-item-text">Interactive ROC plots</p>
144+
</a>
145+
<a href="ggthemes.html" class="list-group-item">
146+
<h5 class="list-group-item-heading">ggthemes</h5>
147+
<p class="list-group-item-text">ggplot themes and scales</p>
148+
</a>
149+
<a href="ggspectra.html" class="list-group-item">
150+
<h5 class="list-group-item-heading">ggspectra</h5>
151+
<p class="list-group-item-text">Extensions for radiation spectra</p>
152+
</a>
153+
<a href="ggnetwork.html" class="list-group-item">
154+
<h5 class="list-group-item-heading">ggnetwork</h5>
155+
<p class="list-group-item-text">Geoms to plot networks with ggplot2</p>
156+
</a>
157+
141158

142159
</div> <!-- list-group -->
143160

144161
</div> <!-- col-sm-4 -->
145162

146-
<div id="geomnet" class="col-sm-8">
147-
<h3>geomnet</h3>
148-
<p><a href="https://github.com/sctyner/geomnet" class="uri">https://github.com/sctyner/geomnet</a></p>
149-
<p>geomnet implements network visualizations in ggplot2 via geom_net.</p>
150-
<pre class="r"><code># Example from https://github.com/sctyner/geomnet
151-
library(ggplot2)
152-
library(geomnet)
153-
154-
data(blood)
155-
156-
ggplot(data = blood$edges, aes(from_id = from, to_id = to)) +
157-
geom_net(vertices=blood$vertices, aes(colour=..type..)) +
158-
theme_net()</code></pre>
159-
<p><img src="geomnet_files/figure-html/unnamed-chunk-1-1.png" title="" alt="" width="576" /></p>
160-
</div> <!-- col-sm-8 -->
163+
<div class="col-sm-8" id="page-body"></div> <!-- col-sm-8 -->
161164

162165
</div> <!-- row -->
163166
</div>
@@ -168,10 +171,26 @@ <h3>geomnet</h3>
168171

169172
<!--/html_preserve-->
170173

174+
<div id="header">
175+
<h1 class="title">ggplot2 extensions: geomnet</h1>
176+
</div>
171177

172178

179+
<div id="geomnet" class="section level3">
180+
<h3>geomnet</h3>
181+
<p><a href="https://github.com/sctyner/geomnet" class="uri">https://github.com/sctyner/geomnet</a></p>
182+
<p>geomnet implements network visualizations in ggplot2 via geom_net.</p>
183+
<pre class="r"><code># Example from https://github.com/sctyner/geomnet
184+
library(ggplot2)
185+
library(geomnet)
173186

187+
data(blood)
174188

189+
ggplot(data = blood$edges, aes(from_id = from, to_id = to)) +
190+
geom_net(vertices=blood$vertices, aes(colour=..type..)) +
191+
theme_net()</code></pre>
192+
<p><img src="geomnet_files/figure-html/unnamed-chunk-1-1.png" title="" alt="" width="576" /></p>
193+
</div>
175194

176195

177196
</div> <!-- page-body -->

Diff for: geomnet_files/figure-html/unnamed-chunk-1-1.png

-1.7 KB
Loading

Diff for: ggExtra.html

+34-15
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,45 @@ <h5 class="list-group-item-heading">ggExtra</h5>
138138
<h5 class="list-group-item-heading">gganimate</h5>
139139
<p class="list-group-item-text">Create easy animations with ggplot2</p>
140140
</a>
141+
<a href="plotROC.html" class="list-group-item">
142+
<h5 class="list-group-item-heading">plotROC</h5>
143+
<p class="list-group-item-text">Interactive ROC plots</p>
144+
</a>
145+
<a href="ggthemes.html" class="list-group-item">
146+
<h5 class="list-group-item-heading">ggthemes</h5>
147+
<p class="list-group-item-text">ggplot themes and scales</p>
148+
</a>
149+
<a href="ggspectra.html" class="list-group-item">
150+
<h5 class="list-group-item-heading">ggspectra</h5>
151+
<p class="list-group-item-text">Extensions for radiation spectra</p>
152+
</a>
153+
<a href="ggnetwork.html" class="list-group-item">
154+
<h5 class="list-group-item-heading">ggnetwork</h5>
155+
<p class="list-group-item-text">Geoms to plot networks with ggplot2</p>
156+
</a>
157+
141158

142159
</div> <!-- list-group -->
143160

144161
</div> <!-- col-sm-4 -->
145162

146-
<div id="ggextra" class="col-sm-8">
163+
<div class="col-sm-8" id="page-body"></div> <!-- col-sm-8 -->
164+
165+
</div> <!-- row -->
166+
</div>
167+
168+
</div> <!-- showcase-header -->
169+
170+
171+
172+
<!--/html_preserve-->
173+
174+
<div id="header">
175+
<h1 class="title">ggplot2 extensions: ggExtra</h1>
176+
</div>
177+
178+
179+
<div id="ggextra" class="section level3">
147180
<h3>ggExtra</h3>
148181
<p><a href="https://github.com/daattali/ggExtra" class="uri">https://github.com/daattali/ggExtra</a></p>
149182
<p><a href="http://daattali.com/shiny/ggExtra-ggMarginal-demo/">Live demo</a></p>
@@ -161,22 +194,8 @@ <h3>ggExtra</h3>
161194
<p><img src="ggExtra_files/figure-html/unnamed-chunk-2-2.png" title="" alt="" width="576" /></p>
162195
<pre class="r"><code>ggMarginal(p, type = &quot;histogram&quot;)</code></pre>
163196
<p><img src="ggExtra_files/figure-html/unnamed-chunk-2-3.png" title="" alt="" width="576" /></p>
164-
</div> <!-- col-sm-8 -->
165-
166-
</div> <!-- row -->
167197
</div>
168198

169-
</div> <!-- showcase-header -->
170-
171-
172-
173-
<!--/html_preserve-->
174-
175-
176-
177-
178-
179-
180199

181200
</div> <!-- page-body -->
182201

Diff for: ggExtra_files/figure-html/unnamed-chunk-2-3.png

-174 Bytes
Loading

Diff for: ggalt.html

+34-15
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,45 @@ <h5 class="list-group-item-heading">ggExtra</h5>
138138
<h5 class="list-group-item-heading">gganimate</h5>
139139
<p class="list-group-item-text">Create easy animations with ggplot2</p>
140140
</a>
141+
<a href="plotROC.html" class="list-group-item">
142+
<h5 class="list-group-item-heading">plotROC</h5>
143+
<p class="list-group-item-text">Interactive ROC plots</p>
144+
</a>
145+
<a href="ggthemes.html" class="list-group-item">
146+
<h5 class="list-group-item-heading">ggthemes</h5>
147+
<p class="list-group-item-text">ggplot themes and scales</p>
148+
</a>
149+
<a href="ggspectra.html" class="list-group-item">
150+
<h5 class="list-group-item-heading">ggspectra</h5>
151+
<p class="list-group-item-text">Extensions for radiation spectra</p>
152+
</a>
153+
<a href="ggnetwork.html" class="list-group-item">
154+
<h5 class="list-group-item-heading">ggnetwork</h5>
155+
<p class="list-group-item-text">Geoms to plot networks with ggplot2</p>
156+
</a>
157+
141158

142159
</div> <!-- list-group -->
143160

144161
</div> <!-- col-sm-4 -->
145162

146-
<div id="ggalt" class="col-sm-8">
163+
<div class="col-sm-8" id="page-body"></div> <!-- col-sm-8 -->
164+
165+
</div> <!-- row -->
166+
</div>
167+
168+
</div> <!-- showcase-header -->
169+
170+
171+
172+
<!--/html_preserve-->
173+
174+
<div id="header">
175+
<h1 class="title">ggplot2 extensions: ggalt</h1>
176+
</div>
177+
178+
179+
<div id="ggalt" class="section level3">
147180
<h3>ggalt</h3>
148181
<p><a href="https://github.com/hrbrmstr/ggalt" class="uri">https://github.com/hrbrmstr/ggalt</a></p>
149182
<p>A compendium of ‘geoms’, ‘coords’ and ‘stats’ for ‘ggplot2’, including splines, 1d and 2d densities, univariate average shifted histograms and a new map coordinate system based on the ‘PROJ.4’-library..</p>
@@ -171,22 +204,8 @@ <h3>ggalt</h3>
171204
ylim(40, 110) +
172205
geom_bkde2d(bandwidth=c(0.5, 4))</code></pre>
173206
<p><img src="ggalt_files/figure-html/unnamed-chunk-1-2.png" title="" alt="" width="576" /></p>
174-
</div> <!-- col-sm-8 -->
175-
176-
</div> <!-- row -->
177207
</div>
178208

179-
</div> <!-- showcase-header -->
180-
181-
182-
183-
<!--/html_preserve-->
184-
185-
186-
187-
188-
189-
190209

191210
</div> <!-- page-body -->
192211

Diff for: gganimate.html

+34-15
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,45 @@ <h5 class="list-group-item-heading">ggExtra</h5>
138138
<h5 class="list-group-item-heading">gganimate</h5>
139139
<p class="list-group-item-text">Create easy animations with ggplot2</p>
140140
</a>
141+
<a href="plotROC.html" class="list-group-item">
142+
<h5 class="list-group-item-heading">plotROC</h5>
143+
<p class="list-group-item-text">Interactive ROC plots</p>
144+
</a>
145+
<a href="ggthemes.html" class="list-group-item">
146+
<h5 class="list-group-item-heading">ggthemes</h5>
147+
<p class="list-group-item-text">ggplot themes and scales</p>
148+
</a>
149+
<a href="ggspectra.html" class="list-group-item">
150+
<h5 class="list-group-item-heading">ggspectra</h5>
151+
<p class="list-group-item-text">Extensions for radiation spectra</p>
152+
</a>
153+
<a href="ggnetwork.html" class="list-group-item">
154+
<h5 class="list-group-item-heading">ggnetwork</h5>
155+
<p class="list-group-item-text">Geoms to plot networks with ggplot2</p>
156+
</a>
157+
141158

142159
</div> <!-- list-group -->
143160

144161
</div> <!-- col-sm-4 -->
145162

146-
<div id="gganimate" class="col-sm-8">
163+
<div class="col-sm-8" id="page-body"></div> <!-- col-sm-8 -->
164+
165+
</div> <!-- row -->
166+
</div>
167+
168+
</div> <!-- showcase-header -->
169+
170+
171+
172+
<!--/html_preserve-->
173+
174+
<div id="header">
175+
<h1 class="title">ggplot2 extensions: gganimate</h1>
176+
</div>
177+
178+
179+
<div id="gganimate" class="section level3">
147180
<h3>gganimate</h3>
148181
<p><a href="https://github.com/dgrtwo/gganimate" class="uri">https://github.com/dgrtwo/gganimate</a></p>
149182
<p>gganimate wraps the animation package to create animated ggplot2 plots.</p>
@@ -165,22 +198,8 @@ <h3>gganimate</h3>
165198
# We then display it as an animation with the gg_animate function:
166199
gg_animate(p)</code></pre>
167200
<p><img src="images/output.gif" alt="unnamed-chunk-3" /></p>
168-
</div> <!-- col-sm-8 -->
169-
170-
</div> <!-- row -->
171201
</div>
172202

173-
</div> <!-- showcase-header -->
174-
175-
176-
177-
<!--/html_preserve-->
178-
179-
180-
181-
182-
183-
184203

185204
</div> <!-- page-body -->
186205

Diff for: ggforce.html

+34-15
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,45 @@ <h5 class="list-group-item-heading">ggExtra</h5>
138138
<h5 class="list-group-item-heading">gganimate</h5>
139139
<p class="list-group-item-text">Create easy animations with ggplot2</p>
140140
</a>
141+
<a href="plotROC.html" class="list-group-item">
142+
<h5 class="list-group-item-heading">plotROC</h5>
143+
<p class="list-group-item-text">Interactive ROC plots</p>
144+
</a>
145+
<a href="ggthemes.html" class="list-group-item">
146+
<h5 class="list-group-item-heading">ggthemes</h5>
147+
<p class="list-group-item-text">ggplot themes and scales</p>
148+
</a>
149+
<a href="ggspectra.html" class="list-group-item">
150+
<h5 class="list-group-item-heading">ggspectra</h5>
151+
<p class="list-group-item-text">Extensions for radiation spectra</p>
152+
</a>
153+
<a href="ggnetwork.html" class="list-group-item">
154+
<h5 class="list-group-item-heading">ggnetwork</h5>
155+
<p class="list-group-item-text">Geoms to plot networks with ggplot2</p>
156+
</a>
157+
141158

142159
</div> <!-- list-group -->
143160

144161
</div> <!-- col-sm-4 -->
145162

146-
<div id="ggforce" class="col-sm-8">
163+
<div class="col-sm-8" id="page-body"></div> <!-- col-sm-8 -->
164+
165+
</div> <!-- row -->
166+
</div>
167+
168+
</div> <!-- showcase-header -->
169+
170+
171+
172+
<!--/html_preserve-->
173+
174+
<div id="header">
175+
<h1 class="title">ggplot2 extensions: ggforce</h1>
176+
</div>
177+
178+
179+
<div id="ggforce" class="section level3">
147180
<h3>ggforce</h3>
148181
<p><a href="https://github.com/thomasp85/ggforce" class="uri">https://github.com/thomasp85/ggforce</a></p>
149182
<p>ggforce is aimed at providing missing functionality to ggplot2 through the extension system introduced with ggplot2 v2.0.0.</p>
@@ -177,22 +210,8 @@ <h3>ggforce</h3>
177210
)
178211
ggplot() + geom_circle(aes(x0=x0, y0=y0, r=r, fill=r), data=circles)</code></pre>
179212
<p><img src="ggforce_files/figure-html/unnamed-chunk-1-2.png" title="" alt="" width="576" /></p>
180-
</div> <!-- col-sm-8 -->
181-
182-
</div> <!-- row -->
183213
</div>
184214

185-
</div> <!-- showcase-header -->
186-
187-
188-
189-
<!--/html_preserve-->
190-
191-
192-
193-
194-
195-
196215

197216
</div> <!-- page-body -->
198217

0 commit comments

Comments
 (0)