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
Copy file name to clipboardExpand all lines: docs/index.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -363,13 +363,14 @@
363
363
<p><ahref="https://github.com/libjohn/map-spring2019">Code for Hands-on Workshop – Spring 2019</a></p>
364
364
<divid="overview" class="section level2">
365
365
<h2>Overview</h2>
366
-
<p>These learning and quick-reference resource pages support the face-to-face workshop, <ahref="https://rfun.library.duke.edu/portfolio/mapping_workshop/">Mapping with R</a>, offered via the <ahref="https://library.duke.edu/data/">Data & Visualization Services</a> Department, Duke University Libraries. The exercises and workshop are designed to help you learn georeferencing, make a <ahref="https://en.wikipedia.org/wiki/Choropleth_map">choropleth</a> with USA census data via the <ahref="https://walkerke.github.io/tidycensus/">tidycensus</a> package, and briefly introducing the [sf] ](<ahref="http://r-spatial.github.io/sf/"class="uri">http://r-spatial.github.io/sf/</a>) package, simple features.</p>
366
+
<p>These learning and quick-reference resource pages support the face-to-face workshop, <ahref="https://rfun.library.duke.edu/portfolio/mapping_workshop/">Mapping with R</a>, offered via the <ahref="https://library.duke.edu/data/">Data & Visualization Services</a> Department, Duke University Libraries. The exercises and workshop are designed to help you learn georeferencing, make a <ahref="https://en.wikipedia.org/wiki/Choropleth_map">choropleth</a> with USA census data via the <ahref="https://walkerke.github.io/tidycensus/">tidycensus</a> package, and briefly introducing the <ahref="http://r-spatial.github.io/sf/">sf</a> package, simple features.</p>
<li><p>Georeferencing, Plotting XY latitude & longitude: with <ahref="01_georeference.html">interactive leaflet maps</a>, with static <ahref="01_ggmap_georef.html">ggplot maps</a></p></li>
387
+
<li><p>Georeferencing, Plotting XY latitude & longitude: with <ahref="01_georeference.html">interactive <code>mapview</code> maps</a> and saving static maps.</p></li>
387
388
<li><p><ahref="02_choropleth.html">Choropleths with tidycensus</a></p></li>
388
-
<li><p><ahref="030_thematic_sf.html">Thematic Mapping</a> with <code>tmap</code>, <code>geom_sf</code>, <code>tigris</code>, and <code>viridis</code>. Plus, saving map images and files.</p></li>
389
+
<li><p><ahref="030_thematic_sf.html">Thematic Mapping</a> with <code>ggplot2</code>, <code>geom_sf</code>, <code>tigris</code>, and <code>viridis</code>. Additionally we show faceting mapping, and saving map images and files. We also introduce <code>tmap</code> a full featured thematic mapping package.</p></li>
<li><ahref="https://rfun.library.duke.edu/#portfolio">R We having Fun Yet‽</a>: aka “<strong>Rfun</strong>”. Free face-to-face, hands-on learning lab series for the Duke University Community. <strong>Recordings, code and materials</strong> are shareable under a <ahref="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC license</a>.</li>
Copy file name to clipboardExpand all lines: index.Rmd
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,15 @@ output:
11
11
12
12
## Overview
13
13
14
-
These learning and quick-reference resource pages support the face-to-face workshop, [Mapping with R](https://rfun.library.duke.edu/portfolio/mapping_workshop/), offered via the [Data & Visualization Services](https://library.duke.edu/data/) Department, Duke University Libraries. The exercises and workshop are designed to help you learn georeferencing, make a [choropleth](https://en.wikipedia.org/wiki/Choropleth_map) with USA census data via the [tidycensus](https://walkerke.github.io/tidycensus/) package, and briefly introducing the [sf]](http://r-spatial.github.io/sf/) package, simple features.
14
+
These learning and quick-reference resource pages support the face-to-face workshop, [Mapping with R](https://rfun.library.duke.edu/portfolio/mapping_workshop/), offered via the [Data & Visualization Services](https://library.duke.edu/data/) Department, Duke University Libraries. The exercises and workshop are designed to help you learn georeferencing, make a [choropleth](https://en.wikipedia.org/wiki/Choropleth_map) with USA census data via the [tidycensus](https://walkerke.github.io/tidycensus/) package, and briefly introducing the [sf](http://r-spatial.github.io/sf/) package, simple features.
@@ -30,11 +31,11 @@ During the Workshop we introduce
30
31
31
32
## Workshop Resource Page
32
33
33
-
1. Georeferencing, Plotting XY latitude & longitude: with [interactive leaflet maps](01_georeference.html), with static [ggplot maps](01_ggmap_georef.html)
34
+
1. Georeferencing, Plotting XY latitude & longitude: with [interactive `mapview` maps](01_georeference.html) and saving static maps.
34
35
35
36
1.[Choropleths with tidycensus](02_choropleth.html)
36
37
37
-
1.[Thematic Mapping](030_thematic_sf.html) with `tmap`, `geom_sf`, `tigris`, and `viridis`. Plus, saving map images and files.
38
+
1.[Thematic Mapping](030_thematic_sf.html) with `ggplot2`, `geom_sf`, `tigris`, and `viridis`. Additionally we show faceting mapping, and saving map images and files. We also introduce `tmap` a full featured thematic mapping package.
0 commit comments