Re-build site

This commit is contained in:
gnoblet 2023-05-29 11:46:44 +02:00
parent 06c757fcc5
commit 26bb7e333d
59 changed files with 500 additions and 100 deletions

View file

@ -10,7 +10,7 @@
<a class="navbar-brand me-2" href="../index.html">visualizeR</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.7.9000</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.8.9000</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@ -181,6 +181,11 @@
<dd>Return function to interpolate an AGORA color palette</dd>
</dl><dl><dt>
<code><a href="pal_fallback.html">pal_fallback()</a></code>
</dt>
<dd>Return function to interpolate a fallback palette base on viridis::magma()</dd>
</dl><dl><dt>
<code><a href="pal_impact.html">pal_impact()</a></code>
</dt>
<dd>Return function to interpolate an IMPACT color palette</dd>
@ -214,6 +219,11 @@
<code><a href="theme_reach.html">theme_reach()</a></code>
</dt>
<dd>ggplot2 theme with REACH color palettes</dd>
</dl><dl><dt>
<code><a href="waffle.html">waffle()</a></code>
</dt>
<dd>Simple waffle chart</dd>
</dl></div>
</main></div>