Skip to content

Commit 6347ec1

Browse files
committed
prepping for first day
1 parent 2e79cd7 commit 6347ec1

File tree

139 files changed

+4948
-1896
lines changed

Some content is hidden

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

139 files changed

+4948
-1896
lines changed

docs/a-quick-introduction-to-r.html

+18-10
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55

66
<meta charset="UTF-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8-
<title>APS 135: Introduction to Exploratory Data Analysis with R</title>
8+
<title>Chapter 1 A quick introduction to R | APS 135: Introduction to Exploratory Data Analysis with R</title>
99
<meta name="description" content="Course book for Introduction to Exploratory Data Analysis with R (APS 135) in the Department of Animal and Plant Sciences, University of Sheffield.">
10-
<meta name="generator" content="bookdown 0.5 and GitBook 2.6.7">
10+
<meta name="generator" content="bookdown and GitBook 2.6.7">
1111

12-
<meta property="og:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
12+
<meta property="og:title" content="Chapter 1 A quick introduction to R | APS 135: Introduction to Exploratory Data Analysis with R" />
1313
<meta property="og:type" content="book" />
1414

1515

1616
<meta property="og:description" content="Course book for Introduction to Exploratory Data Analysis with R (APS 135) in the Department of Animal and Plant Sciences, University of Sheffield." />
1717
<meta name="github-repo" content="dzchilds/eda-for-bio" />
1818

1919
<meta name="twitter:card" content="summary" />
20-
<meta name="twitter:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
20+
<meta name="twitter:title" content="Chapter 1 A quick introduction to R | APS 135: Introduction to Exploratory Data Analysis with R" />
2121

2222
<meta name="twitter:description" content="Course book for Introduction to Exploratory Data Analysis with R (APS 135) in the Department of Animal and Plant Sciences, University of Sheffield." />
2323

2424

2525
<meta name="author" content="Dylan Z. Childs">
2626

2727

28-
<meta name="date" content="2018-02-12">
28+
<meta name="date" content="2019-02-03">
2929

3030
<meta name="viewport" content="width=device-width, initial-scale=1">
3131
<meta name="apple-mobile-web-app-capable" content="yes">
@@ -36,6 +36,7 @@
3636
<link rel="next" href="scripts.html">
3737
<script src="libs/jquery-2.2.3/jquery.min.js"></script>
3838
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
39+
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
3940
<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
4041
<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
4142
<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
@@ -573,10 +574,11 @@ <h4 id="dont-begin-a-name-with-.">
573574
"facebook": true,
574575
"twitter": true,
575576
"google": false,
577+
"linkedin": false,
576578
"weibo": false,
577-
"instapper": false,
579+
"instapaper": false,
578580
"vk": false,
579-
"all": ["facebook", "google", "twitter", "weibo", "instapaper"]
581+
"all": ["facebook", "google", "twitter", "linkedin", "weibo", "instapaper"]
580582
},
581583
"fontsettings": {
582584
"theme": "white",
@@ -587,6 +589,10 @@ <h4 id="dont-begin-a-name-with-.">
587589
"link": "https://github.com/dzchilds/eda-for-bio/edit/master/1_02_R_calculator.Rmd",
588590
"text": "Edit"
589591
},
592+
"history": {
593+
"link": null,
594+
"text": null
595+
},
590596
"download": null,
591597
"toc": {
592598
"collapse": "section"
@@ -601,9 +607,11 @@ <h4 id="dont-begin-a-name-with-.">
601607
(function () {
602608
var script = document.createElement("script");
603609
script.type = "text/javascript";
604-
script.src = "https://cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML";
605-
if (location.protocol !== "file:" && /^https?:/.test(script.src))
606-
script.src = script.src.replace(/^https?:/, '');
610+
var src = "";
611+
if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML";
612+
if (location.protocol !== "file:" && /^https?:/.test(src))
613+
src = src.replace(/^https?:/, '');
614+
script.src = src;
607615
document.getElementsByTagName("head")[0].appendChild(script);
608616
})();
609617
</script>

docs/building-in-complexity.html

+24-16
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55

66
<meta charset="UTF-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8-
<title>APS 135: Introduction to Exploratory Data Analysis with R</title>
8+
<title>Chapter 23 Building in complexity | APS 135: Introduction to Exploratory Data Analysis with R</title>
99
<meta name="description" content="Course book for Introduction to Exploratory Data Analysis with R (APS 135) in the Department of Animal and Plant Sciences, University of Sheffield.">
10-
<meta name="generator" content="bookdown 0.5 and GitBook 2.6.7">
10+
<meta name="generator" content="bookdown and GitBook 2.6.7">
1111

12-
<meta property="og:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
12+
<meta property="og:title" content="Chapter 23 Building in complexity | APS 135: Introduction to Exploratory Data Analysis with R" />
1313
<meta property="og:type" content="book" />
1414

1515

1616
<meta property="og:description" content="Course book for Introduction to Exploratory Data Analysis with R (APS 135) in the Department of Animal and Plant Sciences, University of Sheffield." />
1717
<meta name="github-repo" content="dzchilds/eda-for-bio" />
1818

1919
<meta name="twitter:card" content="summary" />
20-
<meta name="twitter:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
20+
<meta name="twitter:title" content="Chapter 23 Building in complexity | APS 135: Introduction to Exploratory Data Analysis with R" />
2121

2222
<meta name="twitter:description" content="Course book for Introduction to Exploratory Data Analysis with R (APS 135) in the Department of Animal and Plant Sciences, University of Sheffield." />
2323

2424

2525
<meta name="author" content="Dylan Z. Childs">
2626

2727

28-
<meta name="date" content="2018-02-12">
28+
<meta name="date" content="2019-02-03">
2929

3030
<meta name="viewport" content="width=device-width, initial-scale=1">
3131
<meta name="apple-mobile-web-app-capable" content="yes">
@@ -36,6 +36,7 @@
3636
<link rel="next" href="doing-more-with-ggplot2.html">
3737
<script src="libs/jquery-2.2.3/jquery.min.js"></script>
3838
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
39+
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
3940
<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
4041
<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
4142
<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
@@ -412,12 +413,12 @@ <h2><span class="header-section-number">23.2</span> Comparing descriptive statis
412413
<span class="st"> </span><span class="kw">summarise</span>(<span class="dt">mean_wind =</span> <span class="kw">mean</span>(wind))
413414
storms_sum</code></pre></div>
414415
<pre><code>## # A tibble: 4 x 2
415-
## type mean_wind
416-
## &lt;fctr&gt; &lt;dbl&gt;
417-
## 1 Tropical Depression 27.35867
418-
## 2 Extratropical 40.06068
419-
## 3 Tropical Storm 47.32181
420-
## 4 Hurricane 84.65960</code></pre>
416+
## type mean_wind
417+
## &lt;fct&gt; &lt;dbl&gt;
418+
## 1 Tropical Depression 27.4
419+
## 2 Extratropical 40.1
420+
## 3 Tropical Storm 47.3
421+
## 4 Hurricane 84.7</code></pre>
421422
<p>We used <code>group_by</code> and <code>summarise</code> to calculate the set of means, which we called <code>mean_wind</code>. The second step uses the new data frame (called <code>storms_sum</code>) as the default data in a new graphical object, sets x and y aesthetic mappings from <code>type</code> and <code>mean_wind</code>, and adds a layer with <code>geom_col</code>:</p>
422423
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">mean.plt &lt;-
423424
<span class="st"> </span><span class="kw">ggplot</span>(storms_sum, <span class="kw">aes</span>(<span class="dt">x =</span> type, <span class="dt">y =</span> mean_wind)) <span class="op">+</span>
@@ -465,10 +466,11 @@ <h2><span class="header-section-number">23.2</span> Comparing descriptive statis
465466
"facebook": true,
466467
"twitter": true,
467468
"google": false,
469+
"linkedin": false,
468470
"weibo": false,
469-
"instapper": false,
471+
"instapaper": false,
470472
"vk": false,
471-
"all": ["facebook", "google", "twitter", "weibo", "instapaper"]
473+
"all": ["facebook", "google", "twitter", "linkedin", "weibo", "instapaper"]
472474
},
473475
"fontsettings": {
474476
"theme": "white",
@@ -479,6 +481,10 @@ <h2><span class="header-section-number">23.2</span> Comparing descriptive statis
479481
"link": "https://github.com/dzchilds/eda-for-bio/edit/master/3_07_eda_complexity.Rmd",
480482
"text": "Edit"
481483
},
484+
"history": {
485+
"link": null,
486+
"text": null
487+
},
482488
"download": null,
483489
"toc": {
484490
"collapse": "section"
@@ -493,9 +499,11 @@ <h2><span class="header-section-number">23.2</span> Comparing descriptive statis
493499
(function () {
494500
var script = document.createElement("script");
495501
script.type = "text/javascript";
496-
script.src = "https://cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML";
497-
if (location.protocol !== "file:" && /^https?:/.test(script.src))
498-
script.src = script.src.replace(/^https?:/, '');
502+
var src = "";
503+
if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML";
504+
if (location.protocol !== "file:" && /^https?:/.test(src))
505+
src = src.replace(/^https?:/, '');
506+
script.src = src;
499507
document.getElementsByTagName("head")[0].appendChild(script);
500508
})();
501509
</script>

0 commit comments

Comments
 (0)