Update documentation and check arg error in hbar*() functions

This commit is contained in:
gnoblet 2022-05-14 10:20:14 -04:00
parent 7d170d11ba
commit 4811f00b3f
40 changed files with 1057 additions and 51 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.1.0</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.1.1.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">
@ -56,6 +56,16 @@
<dl><dt>
<code><a href="abort_bad_argument.html">abort_bad_argument()</a></code>
</dt>
<dd>Abord bad argument</dd>
</dl><dl><dt>
<code><a href="buffer_bbox.html">buffer_bbox()</a></code>
</dt>
<dd>Bbbox buffer</dd>
</dl><dl><dt>
<code><a href="cols_agora.html">cols_agora()</a></code>
</dt>
<dd>Function to extract AGORA colors as hex codes</dd>
@ -66,6 +76,26 @@
<dd>Function to extract REACH colors as hex codes</dd>
</dl><dl><dt>
<code><a href="hbar.html">hbar()</a></code>
</dt>
<dd>Simple horizontal bar chart</dd>
</dl><dl><dt>
<code><a href="hbar_percent.html">hbar_percent()</a></code>
</dt>
<dd>Simple horizontal bar chart</dd>
</dl><dl><dt>
<code><a href="if_not_in_stop.html">if_not_in_stop()</a></code>
</dt>
<dd>Stop statement "If not in colnames" with colnames</dd>
</dl><dl><dt>
<code><a href="if_vec_not_in_stop.html">if_vec_not_in_stop()</a></code>
</dt>
<dd>Stop statement "If not in vector"</dd>
</dl><dl><dt>
<code><a href="pal_agora.html">pal_agora()</a></code>
</dt>
<dd>Return function to interpolate an AGORA color palette</dd>
@ -81,6 +111,11 @@
<dd>Color scale constructor for REACH or AGORA colors</dd>
</dl><dl><dt>
<code><a href="subvec_not_in.html">subvec_not_in()</a></code>
</dt>
<dd>Subvec not in</dd>
</dl><dl><dt>
<code><a href="theme_reach.html">theme_reach()</a></code>
</dt>
<dd>Base REACH ggplot2 theme</dd>
@ -93,12 +128,12 @@
<code><a href="theme_reach_flip_hist.html">theme_reach_flip_hist()</a></code>
</dt>
<dd>Some reach more minimal theme for ggplot</dd>
<dd>Some reach more minimal theme for a ggplot flipped histogram</dd>
</dl><dl><dt>
<code><a href="theme_reach_hist.html">theme_reach_hist()</a></code>
</dt>
<dd>Some reach more minimal theme for ggplot</dd>
<dd>Some reach more minimal theme for a ggplot histogram</dd>
</dl></div>
</main></div>