|
188 | 188 | <div class="sidebar-brand">
|
189 | 189 | An open-access textbook<br />
|
190 | 190 | by <a href='https://www.gagolewski.com' style="display: contents">Marek Gagolewski</a><br />
|
191 |
| -v0.2.0.9001 (draft) |
| 191 | +v0.2.1 (draft) |
192 | 192 | </div>
|
193 | 193 | <form class="sidebar-search-container" method="get" action="../search.html" role="search">
|
194 | 194 | <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
|
|
225 | 225 | <li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
|
226 | 226 | <li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
|
227 | 227 | <li class="toctree-l1"><a class="reference internal" href="240-data-frame.html">12. Data frames</a></li>
|
228 |
| -<li class="toctree-l1"><a class="reference internal" href="250-graphics.html">13. 🚧 Graphics</a></li> |
| 228 | +<li class="toctree-l1"><a class="reference internal" href="250-graphics.html">13. Graphics</a></li> |
229 | 229 | </ul>
|
230 | 230 | <p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
|
231 | 231 | <ul>
|
@@ -376,7 +376,7 @@ <h3><span class="section-number">2.1.1. </span>Numeric constants<a class="header
|
376 | 376 | <h3><span class="section-number">2.1.2. </span>Concatenating vectors with <strong class="command">c</strong><a class="headerlink" href="#concatenating-vectors-with-c" title="Permalink to this heading">#</a></h3>
|
377 | 377 | <p>Let us provide some ways to create numeric vectors with possibly
|
378 | 378 | more than 1 element.</p>
|
379 |
| -<p>First, the <strong class="command">c</strong> function we introduced in the previous chapter, |
| 379 | +<p>First, the <strong class="command">c</strong> function that we introduced in the previous chapter |
380 | 380 | can be used to <em>c</em>ombine (concatenate) many numeric vectors, each
|
381 | 381 | of any length, so as to form a single object:</p>
|
382 | 382 | <div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="nf">c</span><span class="p">(</span><span class="m">1</span><span class="p">,</span><span class="w"> </span><span class="m">2</span><span class="p">,</span><span class="w"> </span><span class="m">3</span><span class="p">)</span><span class="w"> </span><span class="c1"># 3 vectors of length 1 -> 1 vector of length 3</span>
|
@@ -1177,7 +1177,7 @@ <h3><span class="section-number">2.3.5. </span>Special functions (*)<a class="he
|
1177 | 1177 | <p>Special functions are plentiful; see the open-access <span id="id11">[<a class="reference internal" href="999-bibliography.html#id62" title="Olver, F.W.J. and et al. (2021). NIST Digital Library of Mathematical Functions. NIST. URL: https://dlmf.nist.gov/.">47</a>]</span>
|
1178 | 1178 | for one of the most definitive references
|
1179 | 1179 | (and also <span id="id12">[<a class="reference internal" href="999-bibliography.html#id61" title="Abramowitz, M. and Stegun, I.A. (1972). Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. Dover. URL: http://people.math.sfu.ca/~cbm/aands/.">2</a>]</span> for its predecessor).
|
1180 |
| -R package <strong class="program">gsl</strong> <span id="id13">[<a class="reference internal" href="999-bibliography.html#id31" title="Hankin, R.K.S. (2006). Special functions in R: Introducing the gsl package. R News, 6:24–26. URL: https://cran.r-project.org/web/packages/gsl/vignettes/gslpaper.pdf.">32</a>]</span> provides a vectorised interface |
| 1180 | +R package <strong class="program">gsl</strong> <span id="id13">[<a class="reference internal" href="999-bibliography.html#id31" title="Hankin, R.K.S. (2006). Special functions in R: Introducing the gsl package. R News, 6:24–26. URL: https://cran.r-project.org/web/packages/gsl/vignettes/gsl.pdf.">32</a>]</span> provides a vectorised interface |
1181 | 1181 | to the GNU GSL <span id="id14">[<a class="reference internal" href="999-bibliography.html#id30" title="Galassi, M., Theiler, J., and et al. (2021). GNU Scientific Library Reference Manual. URL: https://www.gnu.org/software/gsl/.">27</a>]</span> library, which implements
|
1182 | 1182 | many of such routines.</p>
|
1183 | 1183 | <div class="proof proof-type-exercise" id="id26">
|
@@ -1814,7 +1814,7 @@ <h2><span class="section-number">2.5. </span>Exercises<a class="headerlink" href
|
1814 | 1814 | Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
|
1815 | 1815 | Built with <a href="https://sphinx-doc.org/">Sphinx</a>
|
1816 | 1816 | and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
|
1817 |
| - Last updated on 2023-04-26T18:15:30+1000. |
| 1817 | + Last updated on 2023-04-27T16:45:17+1000. |
1818 | 1818 | This site will never display any ads: it is a non-profit project.
|
1819 | 1819 | It does not collect any data.
|
1820 | 1820 | </div>
|
|
0 commit comments