You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
9
9
<metaname="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
-
<metaname="generator" content="bookdown 0.5 and GitBook 2.6.7">
10
+
<metaname="generator" content="bookdown and GitBook 2.6.7">
11
11
12
-
<metaproperty="og:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
12
+
<metaproperty="og:title" content="Chapter 1 A quick introduction to R | APS 135: Introduction to Exploratory Data Analysis with R" />
13
13
<metaproperty="og:type" content="book" />
14
14
15
15
16
16
<metaproperty="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." />
<metaname="twitter:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
20
+
<metaname="twitter:title" content="Chapter 1 A quick introduction to R | APS 135: Introduction to Exploratory Data Analysis with R" />
21
21
22
22
<metaname="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." />
<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>
9
9
<metaname="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
-
<metaname="generator" content="bookdown 0.5 and GitBook 2.6.7">
10
+
<metaname="generator" content="bookdown and GitBook 2.6.7">
11
11
12
-
<metaproperty="og:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
12
+
<metaproperty="og:title" content="Chapter 23 Building in complexity | APS 135: Introduction to Exploratory Data Analysis with R" />
13
13
<metaproperty="og:type" content="book" />
14
14
15
15
16
16
<metaproperty="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." />
<metaname="twitter:title" content="APS 135: Introduction to Exploratory Data Analysis with R" />
20
+
<metaname="twitter:title" content="Chapter 23 Building in complexity | APS 135: Introduction to Exploratory Data Analysis with R" />
21
21
22
22
<metaname="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." />
<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>
0 commit comments