Skip to content

Commit 3292797

Browse files
committed
Chapter on graphics drafted
1 parent abab650 commit 3292797

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+470
-472
lines changed

docs/_images/animation-1.png

0 Bytes

docs/_images/bar-plot-titanic-1.png

0 Bytes

docs/_images/circles-1.png

0 Bytes

docs/_images/colour-density2d-1.png

0 Bytes

docs/_images/colour-scatter-1.png

0 Bytes

docs/_images/contour-1.png

0 Bytes

docs/_images/corr-heatmap-1.png

-4.19 KB

docs/_images/curve-plot-1.png

0 Bytes

docs/_images/eigen-prcomp-1-1.png

0 Bytes

docs/_images/euraud-diff-1.png

0 Bytes

docs/_images/euraud-plot-1.png

0 Bytes

docs/_images/ex-hist-1.png

0 Bytes

docs/_images/ex-log-scale-1.png

0 Bytes

docs/_images/gradient-1.png

0 Bytes

docs/_images/hist-demo-1.png

0 Bytes

docs/_images/irisplot-factors-1.png

0 Bytes

docs/_images/layout-demo-1.png

0 Bytes

docs/_images/line-type-1.png

0 Bytes

docs/_images/lty-1.png

0 Bytes

docs/_images/margins1-1.png

0 Bytes

docs/_images/margins2-1.png

0 Bytes

docs/_images/mysettsgraph-1.png

0 Bytes

docs/_images/palette-1.png

0 Bytes

docs/_images/palette-pals-1.png

0 Bytes

docs/_images/pareto-chart-1.png

57 Bytes

docs/_images/pch-1.png

0 Bytes

docs/_images/primitives-demo-1.png

0 Bytes

docs/_images/qr-lm-1.png

0 Bytes

docs/_images/sampling-1.png

0 Bytes

docs/_images/semitrans-density-1.png

0 Bytes

docs/_images/semitrans-ribbon-1.png

0 Bytes

docs/_images/semitrans-scatter-1.png

0 Bytes

docs/_images/textdemo-1.png

0 Bytes

docs/_images/trellis-demo-1.png

0 Bytes

docs/_images/user-coords-1.png

0 Bytes

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: 'v0.2.0.9001 (draft)',
3+
VERSION: 'v0.2.1 (draft)',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/chapter/000-preface.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -301,7 +301,7 @@
301301
</div></blockquote>
302302
<section id="to-r-or-not-to-r">
303303
<h2>To R, or not to R<a class="headerlink" href="#to-r-or-not-to-r" title="Permalink to this heading">#</a></h2>
304-
<p>R <span id="id2">[<a class="reference internal" href="999-bibliography.html#id8" title="R Development Core Team. (2023). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL: http://www.R-project.org.">64</a>]</span>
304+
<p>R <span id="id2">[<a class="reference internal" href="999-bibliography.html#id8" title="R Development Core Team. (2023). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL: https://www.R-project.org.">64</a>]</span>
305305
has been named the eleventh most dreaded programming language in the
306306
<a class="reference external" href="https://survey.stackoverflow.co/2022/">2022 StackOverflow Developer Survey</a>.</p>
307307
<p>Also, it is a free app, so there must be something wrong with it, right?</p>
@@ -383,7 +383,7 @@ <h2>To R, or not to R<a class="headerlink" href="#to-r-or-not-to-r" title="Perma
383383
</div></blockquote>
384384
<p>S became popular because it offered much greater flexibility
385385
than the standalone statistical packages.
386-
It was praised by its high interactivity and array-orientation
386+
It was praised for its high interactivity and array orientation
387387
that was known from APL, the familiar syntax of the C language
388388
that involves the use of {curly braces},
389389
the ability to treat code as data known from Lisp (<a class="reference internal" href="320-language.html#chap-language"><span class="std std-numref">Chapter 15</span></a>),
@@ -736,7 +736,7 @@ <h2>You can make this book better<a class="headerlink" href="#you-can-make-this-
736736
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
737737
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
738738
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
739-
Last updated on 2023-04-26T18:15:30+1000.
739+
Last updated on 2023-04-27T16:45:17+1000.
740740
This site will never display any ads: it is a non-profit project.
741741
It does not collect any data.
742742
</div>

docs/chapter/110-basics.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -776,7 +776,7 @@ <h2><span class="section-number">1.5. </span>Exercises<a class="headerlink" href
776776
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
777777
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
778778
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
779-
Last updated on 2023-04-26T18:15:30+1000.
779+
Last updated on 2023-04-27T16:45:17+1000.
780780
This site will never display any ads: it is a non-profit project.
781781
It does not collect any data.
782782
</div>

docs/chapter/120-numeric.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -376,7 +376,7 @@ <h3><span class="section-number">2.1.1. </span>Numeric constants<a class="header
376376
<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>
377377
<p>Let us provide some ways to create numeric vectors with possibly
378378
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
380380
can be used to <em>c</em>ombine (concatenate) many numeric vectors, each
381381
of any length, so as to form a single object:</p>
382382
<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 -&gt; 1 vector of length 3</span>
@@ -1177,7 +1177,7 @@ <h3><span class="section-number">2.3.5. </span>Special functions (*)<a class="he
11771177
<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>
11781178
for one of the most definitive references
11791179
(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
11811181
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
11821182
many of such routines.</p>
11831183
<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
18141814
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
18151815
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
18161816
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.
18181818
This site will never display any ads: it is a non-profit project.
18191819
It does not collect any data.
18201820
</div>

docs/chapter/130-logical.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -1001,7 +1001,7 @@ <h2><span class="section-number">3.5. </span>Exercises<a class="headerlink" href
10011001
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
10021002
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
10031003
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1004-
Last updated on 2023-04-26T18:15:30+1000.
1004+
Last updated on 2023-04-27T16:45:17+1000.
10051005
This site will never display any ads: it is a non-profit project.
10061006
It does not collect any data.
10071007
</div>

docs/chapter/140-list.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -1191,7 +1191,7 @@ <h2><span class="section-number">4.5. </span>Exercises<a class="headerlink" href
11911191
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
11921192
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
11931193
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1194-
Last updated on 2023-04-26T18:15:30+1000.
1194+
Last updated on 2023-04-27T16:45:17+1000.
11951195
This site will never display any ads: it is a non-profit project.
11961196
It does not collect any data.
11971197
</div>

docs/chapter/150-indexing.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -1758,7 +1758,7 @@ <h2><span class="section-number">5.6. </span>Exercises<a class="headerlink" href
17581758
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
17591759
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
17601760
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1761-
Last updated on 2023-04-26T18:15:30+1000.
1761+
Last updated on 2023-04-27T16:45:17+1000.
17621762
This site will never display any ads: it is a non-profit project.
17631763
It does not collect any data.
17641764
</div>

docs/chapter/160-character.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -1350,7 +1350,7 @@ <h2><span class="section-number">6.5. </span>Exercises<a class="headerlink" href
13501350
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
13511351
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
13521352
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1353-
Last updated on 2023-04-26T18:15:30+1000.
1353+
Last updated on 2023-04-27T16:45:17+1000.
13541354
This site will never display any ads: it is a non-profit project.
13551355
It does not collect any data.
13561356
</div>

docs/chapter/170-function.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="sidebar-brand">
189189
An open-access textbook<br />
190190
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)
192192
</div>
193193
<form class="sidebar-search-container" method="get" action="../search.html" role="search">
194194
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -225,7 +225,7 @@
225225
<li class="toctree-l1"><a class="reference internal" href="220-s3.html">10. S3 classes</a></li>
226226
<li class="toctree-l1"><a class="reference internal" href="230-matrix.html">11. Matrices and other arrays</a></li>
227227
<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>
229229
</ul>
230230
<p class="caption" role="heading"><span class="caption-text">Deepest</span></p>
231231
<ul>
@@ -1686,7 +1686,7 @@ <h2><span class="section-number">7.4. </span>Exercises<a class="headerlink" href
16861686
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
16871687
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
16881688
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
1689-
Last updated on 2023-04-26T18:15:30+1000.
1689+
Last updated on 2023-04-27T16:45:17+1000.
16901690
This site will never display any ads: it is a non-profit project.
16911691
It does not collect any data.
16921692
</div>

0 commit comments

Comments
 (0)