mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 10:31:53 +02:00
atc_ functions
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
<script src="../extra.js"></script>
|
||||
<meta property="og:title" content="Deprecated functions — AMR-deprecated" />
|
||||
|
||||
<meta property="og:description" content="These functions are Deprecated. They will be removed in a future release. Using the functions will give a warning with the name of the function it has been replaced by." />
|
||||
<meta property="og:description" content="These functions are so-called 'Deprecated'. They will be removed in a future release. Using the functions will give a warning with the name of the function it has been replaced by (if there is one)." />
|
||||
|
||||
<meta property="og:image" content="https://msberends.gitlab.io/AMR/logo.png" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -223,13 +223,29 @@
|
||||
|
||||
<div class="ref-description">
|
||||
|
||||
<p>These functions are <a href='https://www.rdocumentation.org/packages/base/topics/Deprecated'>Deprecated</a>. They will be removed in a future release. Using the functions will give a warning with the name of the function it has been replaced by.</p>
|
||||
<p>These functions are so-called '<a href='https://www.rdocumentation.org/packages/base/topics/Deprecated'>Deprecated</a>'. They will be removed in a future release. Using the functions will give a warning with the name of the function it has been replaced by (if there is one).</p>
|
||||
|
||||
</div>
|
||||
|
||||
<pre class="usage"><span class='fu'>ratio</span>(<span class='no'>x</span>, <span class='no'>ratio</span>)
|
||||
|
||||
<span class='fu'>guess_mo</span>(<span class='no'>...</span>)</pre>
|
||||
<span class='fu'>guess_mo</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_property</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_atc</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_official</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_name</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_trivial_nl</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_certe</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_umcg</span>(<span class='no'>...</span>)
|
||||
|
||||
<span class='fu'>ab_tradenames</span>(<span class='no'>...</span>)</pre>
|
||||
|
||||
<h2 class="hasAnchor" id="read-more-on-our-website-"><a class="anchor" href="#read-more-on-our-website-"></a>Read more on our website!</h2>
|
||||
|
||||
|
Reference in New Issue
Block a user