Deploying to gh-pages from @ agdamsbo/FreesearchR@c7b879f458 🚀

This commit is contained in:
agdamsbo 2025-06-27 09:29:20 +00:00
commit 08c39e506f
142 changed files with 558 additions and 644 deletions

View file

@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.6.3</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.6.4</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">
@ -37,7 +37,7 @@
<div class="row">
<main id="main" class="col-md-9"><div class="page-header">
<img src="../logo.png" class="logo" alt=""><h1>Wrapping</h1>
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/v25.6.3/R/data_plots.R" class="external-link"><code>R/data_plots.R</code></a></small>
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/R/data_plots.R" class="external-link"><code>R/data_plots.R</code></a></small>
<div class="d-none name"><code>wrap_plot_list.Rd</code></div>
</div>
@ -47,7 +47,13 @@
<div class="section level2">
<h2 id="ref-usage">Usage<a class="anchor" aria-label="anchor" href="#ref-usage"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span><span class="fu">wrap_plot_list</span><span class="op">(</span><span class="va">data</span>, tag_levels <span class="op">=</span> <span class="cn">NULL</span><span class="op">)</span></span></code></pre></div>
<div class="sourceCode"><pre class="sourceCode r"><code><span><span class="fu">wrap_plot_list</span><span class="op">(</span></span>
<span> <span class="va">data</span>,</span>
<span> tag_levels <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span> title <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span> axis.font.family <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span> <span class="va">...</span></span>
<span><span class="op">)</span></span></code></pre></div>
</div>
<div class="section level2">
@ -61,6 +67,14 @@
<dt id="arg-tag-levels">tag_levels<a class="anchor" aria-label="anchor" href="#arg-tag-levels"></a></dt>
<dd><p>passed to patchwork::plot_annotation if given. Default is NULL</p></dd>
<dt id="arg-title">title<a class="anchor" aria-label="anchor" href="#arg-title"></a></dt>
<dd><p>panel title</p></dd>
<dt id="arg--">...<a class="anchor" aria-label="anchor" href="#arg--"></a></dt>
<dd><p>ignored for argument overflow</p></dd>
</dl></div>
<div class="section level2">
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>