Skip to content

Commit 9880b9c

Browse files
committed
a few more wordy tweaks
1 parent f545b10 commit 9880b9c

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

031_thematic_mapping.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ qtm(HelperShapeObject, fill = "wages")
125125
```
126126

127127

128-
## Contiguous 48 states
128+
## 50 states
129129

130130
Filter to only the contiguous 50 states + D.C. Note that `tigris::shift_geometry()` will shift and resize Alaska and Hawaii.
131131

038_facets_wrap_thematic_mapping.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ I'm using Median income.
115115

116116
_Note: I realize mean and median are not the same measure. This is a demonstration of procedure, not a recommendation for research practice and data comparison. Of course, you will be more rigorous with your own research._
117117

118-
### Get BLS mean income
118+
### Get ACS median income
119119

120120
Now that I know the Census ACS variable, I can use the `tidycensus::get_acs()` function to gather the mean income variable for each state, along with the geometry (i.e. shapefiles).
121121

docs/01_georeference.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/02_choropleth.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/031_thematic_mapping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ <h2 id="quick-thematic-map">Quick Thematic Map</h2>
22902290
</div>
22912291
<p><img src="031_thematic_mapping_files/figure-html5/make_qtm-1.png" width="624" /></p>
22922292
</div>
2293-
<h2 id="contiguous-48-states">Contiguous 48 states</h2>
2293+
<h2 id="states">50 states</h2>
22942294
<p>Filter to only the contiguous 50 states + D.C. Note that <code>tigris::shift_geometry()</code> will shift and resize Alaska and Hawaii.</p>
22952295
<div class="layout-chunk" data-layout="l-body">
22962296
<div class="sourceCode">

docs/038_facets_wrap_thematic_mapping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ <h3 id="identify-and-pick-census-variables">Identify and pick census variables</
22342234
<li>B06011_001E = Median income in the past 12 months</li>
22352235
</ul>
22362236
<p><em>Note: I realize mean and median are not the same measure. This is a demonstration of procedure, not a recommendation for research practice and data comparison. Of course, you will be more rigorous with your own research.</em></p>
2237-
<h3 id="get-bls-mean-income">Get BLS mean income</h3>
2237+
<h3 id="get-acs-median-income">Get ACS median income</h3>
22382238
<p>Now that I know the Census ACS variable, I can use the <code>tidycensus::get_acs()</code> function to gather the mean income variable for each state, along with the geometry (i.e. shapefiles).</p>
22392239
<div class="layout-chunk" data-layout="l-body">
22402240
<div class="sourceCode">
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)