mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@0f0e3ddc13 🚀
This commit is contained in:
parent
f99e47e255
commit
7a7b7bd04c
141 changed files with 628 additions and 497 deletions
|
|
@ -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.1</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.6.3</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>Create summetric log ticks</h1>
|
||||
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/v25.6.2/R/regression_plot.R" class="external-link"><code>R/regression_plot.R</code></a></small>
|
||||
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/R/regression_plot.R" class="external-link"><code>R/regression_plot.R</code></a></small>
|
||||
<div class="d-none name"><code>create_log_tics.Rd</code></div>
|
||||
</div>
|
||||
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
<div class="section level2">
|
||||
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2>
|
||||
<div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/sample.html" class="external-link">sample</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/seq.html" class="external-link">seq</a></span><span class="op">(</span><span class="fl">.1</span>, <span class="fl">1</span>, <span class="fl">.1</span><span class="op">)</span>, <span class="fl">3</span><span class="op">)</span>, <span class="fu"><a href="https://rdrr.io/r/base/sample.html" class="external-link">sample</a></span><span class="op">(</span><span class="fl">1</span><span class="op">:</span><span class="fl">10</span>, <span class="fl">3</span><span class="op">)</span><span class="op">)</span> <span class="op">|></span> <span class="fu">create_log_tics</span><span class="op">(</span><span class="op">)</span></span></span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> [1] 0.14 0.17 0.20 0.40 0.60 0.90 1.00 1.11 1.67 2.50 5.00 6.00 7.00</span>
|
||||
<span class="r-out co"><span class="r-pr">#></span> [1] 0.10 0.12 0.25 0.50 0.90 1.00 1.11 2.00 4.00 8.00 10.00</span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue