Skip to content

Commit 3d1ae9a

Browse files
authored
Merge pull request #14 from cct-datascience/session1
Session 1, 2024
2 parents 311f998 + b9474e7 commit 3d1ae9a

File tree

74 files changed

+1747
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1747
-23
lines changed

2024/01-foundations/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* how to adjust relative column with for output-location: column option. https://github.com/quarto-dev/quarto-cli/discussions/6950 */
2+
3+
.reveal .output6040 > div.column:first-child {
4+
width: 60%;
5+
vertical-align: top;
6+
}
7+
.reveal .output6040 > div.column:not(:first-child) {
8+
width: 40%;
9+
vertical-align: top;
10+
}

2024/01-foundations/index.qmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ Using practical examples, you'll learn how understanding the grammar of graphics
1515
**Prerequisites:**
1616

1717
- Install R, RStudio, and `ggplot2`
18-
1918
- Some previous usage of `ggplot2`
19+
20+
21+
**Materials:**
22+
23+
- [Notes](notes.qmd)
24+
- {{< revealjs slides.html >}}

0 commit comments

Comments
 (0)