Skip to content

Commit df6fd34

Browse files
Added canada mapto ch1
1 parent d4ac466 commit df6fd34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

img/intro/canada_map.png

566 KB
Loading

source/intro.Rmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By the end of the chapter, readers will be able to do the following:
3434
## Canadian languages data set
3535

3636
In this chapter, \index{Canadian languages} we will walk through a full analysis of a data set relating to
37-
languages spoken at home by Canadian residents. Many Indigenous peoples exist in Canada
37+
languages spoken at home by Canadian residents (Figure \@ref(fig:canada-map)). Many Indigenous peoples exist in Canada
3838
with their own cultures and languages; these languages are often unique to Canada and not spoken
3939
anywhere else in the world [@statcan2018mothertongue]. Sadly, colonization has
4040
led to the loss of many of these languages. For instance, generations of
@@ -50,6 +50,10 @@ peoples, and Residential Schools* [@children2012]
5050
and the *Truth and Reconciliation Commission of Canada's*
5151
*Calls to Action* [@calls2015].
5252

53+
```{r canada-map, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "Map of Canada.", fig.retina = 2, out.width="100%"}
54+
knitr::include_graphics("img/intro/canada_map.png")
55+
```
56+
5357
The data set we will study in this chapter is taken from
5458
[the `canlang` R data package](https://ttimbers.github.io/canlang/)
5559
[@timbers2020canlang], which has

0 commit comments

Comments
 (0)