Update to v0.2.9000
This commit is contained in:
parent
91d826bed1
commit
e2fd769c3b
37 changed files with 655 additions and 742 deletions
|
|
@ -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.7.9000</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.2.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">
|
||||
|
|
@ -61,6 +61,11 @@
|
|||
<dd>Abord bad argument</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="bar_reach.html">bar_reach()</a></code>
|
||||
</dt>
|
||||
<dd>Simple bar chart</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="buffer_bbox.html">buffer_bbox()</a></code>
|
||||
</dt>
|
||||
<dd>Bbbox buffer</dd>
|
||||
|
|
@ -81,16 +86,6 @@
|
|||
<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 which scales x_labels to percentages</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>
|
||||
|
|
@ -116,6 +111,11 @@
|
|||
<dd>Return function to interpolate a REACH color palette</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="point_reach.html">point_reach()</a></code>
|
||||
</dt>
|
||||
<dd>Simple point chart</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="scale_color.html">scale_color()</a></code>
|
||||
</dt>
|
||||
<dd>Color scale constructor for REACH or AGORA colors</dd>
|
||||
|
|
@ -133,22 +133,7 @@
|
|||
|
||||
<code><a href="theme_reach.html">theme_reach()</a></code>
|
||||
</dt>
|
||||
<dd>Base REACH ggplot2 theme</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="theme_reach_borders.html">theme_reach_borders()</a></code>
|
||||
</dt>
|
||||
<dd>Some REACH theme for ggplot</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="theme_reach_flip_hist.html">theme_reach_flip_hist()</a></code>
|
||||
</dt>
|
||||
<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 a ggplot histogram</dd>
|
||||
<dd>ggplot2 theme with REACH color palettes</dd>
|
||||
</dl></div>
|
||||
</main></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue