Update documentation for scale_fill() and scale_color()

This commit is contained in:
gnoblet 2022-05-14 18:25:20 -04:00
parent a13dc5e5fe
commit 968348d867
15 changed files with 14 additions and 604 deletions

View file

@ -65,14 +65,14 @@
<dl><dt>initiative</dt>
<dd><p>Either "reach" or "agora</p></dd>
<dt>palette</dt>
<dd><p>Character name of palette in drsimonj_palettes</p></dd>
<dd><p>Palette name from `pal_reach()` or `pal_agora()`</p></dd>
<dt>discrete</dt>
<dd><p>Boolean indicating whether color aesthetic is discrete or not</p></dd>
<dt>reverse</dt>
<dd><p>Boolean indicating whether the palette should be reversed</p></dd>
<dt>...</dt>
<dd><p>Additional arguments passed to discrete_scale() or
scale_fill_gradientn(), used respectively when discrete is TRUE or FALSE</p></dd>
scale_fill_gradient(), used respectively when discrete is TRUE or FALSE</p></dd>
</dl></div>
<div class="section level2">
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>