mirror of
https://github.com/msberends/AMR.git
synced 2025-07-17 19:13:30 +02:00
(v1.6.0.9021) join functions update
This commit is contained in:
@ -82,7 +82,7 @@
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">AMR (for R)</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.6.0.9015</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.6.0.9021</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -313,7 +313,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>ellipse</th>
|
||||
<td><p>a logical to indicate whether a normal data ellipse should be drawn for each group (set with <code>groups</code>)</p></td>
|
||||
<td><p>a <a href='https://rdrr.io/r/base/logical.html'>logical</a> to indicate whether a normal data ellipse should be drawn for each group (set with <code>groups</code>)</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>ellipse_prob</th>
|
||||
@ -337,7 +337,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>arrows</th>
|
||||
<td><p>a logical to indicate whether arrows should be drawn</p></td>
|
||||
<td><p>a <a href='https://rdrr.io/r/base/logical.html'>logical</a> to indicate whether arrows should be drawn</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>arrows_colour</th>
|
||||
@ -353,7 +353,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>arrows_textangled</th>
|
||||
<td><p>a logical whether the text at the end of the arrows should be angled</p></td>
|
||||
<td><p>a <a href='https://rdrr.io/r/base/logical.html'>logical</a> whether the text at the end of the arrows should be angled</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>arrows_alpha</th>
|
||||
|
Reference in New Issue
Block a user