Skip to content

Commit dda3fa9

Browse files
committed
varia
1 parent d9b89c2 commit dda3fa9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

teach/stats/r4a/2025/practice/2_Rmarkdown_Practice.Rmd

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ subtitle: "A quantative study of Late Iron Age fibulae"
44
author: "Thomas Huet"
55
date: "`r format(Sys.time(), '%B %Y')`"
66
bibliography: references.bib
7-
output:
8-
bookdown::pdf_document2:
9-
toc: true
10-
toc_depth: 2
7+
output: pdf_document
118
---
129

1310
````md
@@ -21,6 +18,7 @@ In this R Markdown document
2118
- Select a dataset from the {`archdata`} package (here: 'Fibulae')
2219
- Read the documentation of the package (`?archdata`) and dataset (`?Fibulae`)
2320
- You will have to update the `references.bib` file with your own references
21+
- Remember that cross referencing for figures, such as '\@ref(fig:munsingenfib)', only work with a bookdown output
2422
```
2523
````
2624

@@ -56,7 +54,7 @@ Mardown (10 minutes)
5654
```
5755
````
5856

59-
Munsingen-Rain is a Late Iron Age necropolis composed of *circa* 220 graves, and 300 bronze and iron fibulae. The necropolis became the favored focus for a wide range of experimental investigations, of a typological, chronological, costume historical, art historical and sociological nature [@Muller08]. Here, we will focus on the statistical analysis of fibulae, exploring the archdata R package [@Carlson21] (...)
57+
Munsingen-Rain is a Late Iron Age necropolis composed of *circa* 220 graves, and 300 bronze and iron fibulae. The necropolis became the favored focus for a wide range of experimental investigations, of a typological, chronological, costume historical, art historical and sociological nature [@Muller08]. Here, we will focus on the statistical analysis of fibulae, exploring the {`archdata`} R package [@Carlson21] (...)
6058

6159
```{r munsingenfib, echo=FALSE, out.width = "50%", fig.align="center", fig.cap= "Fibulae measurements (Hodson, 1970)"}
6260
knitr::include_graphics("munsingen_fib_measures.png")
Binary file not shown.

0 commit comments

Comments
 (0)