Update documentation for scale_fill() and scale_color()
This commit is contained in:
parent
a13dc5e5fe
commit
968348d867
15 changed files with 14 additions and 604 deletions
|
|
@ -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_color_gradientn(), used respectively when discrete is TRUE or FALSE</p></dd>
|
||||
scale_color_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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue