Skip to content

Commit 2da9c6d

Browse files
committed
Last updates from old repo
1 parent 86fc0e9 commit 2da9c6d

78 files changed

Lines changed: 7061 additions & 6202 deletions

Some content is hidden

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

01_DataScientistToolbox/02_06_01_createNewRepo/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ __...OR...__
7474
```
7575
$ mkdir ~/test-repo
7676
```
77-
* Note: The tilda (`~`) symbol refers to your "home" directory, so this will create a directory called `test-repo` in your home directory
77+
* Note: The tilde (`~`) symbol refers to your "home" directory, so this will create a directory called `test-repo` in your home directory
7878
* Navigate to this new directory using the following command (`cd` stands for "change directory"):
7979

8080
```
1.18 MB
Binary file not shown.
-572 KB
Binary file not shown.

04_ExploratoryAnalysis/Colors/index.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title : Plotting and Color in R
3-
subtitle : Computing for Data Analysis
4-
author : Roger Peng, Associate Professor
3+
subtitle :
4+
author : Roger D. Peng, Associate Professor of Biostatistics
55
job : Johns Hopkins Bloomberg School of Public Health
66
logo : bloomberg_shield.png
77
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
@@ -177,4 +177,4 @@ mode : selfcontained # {standalone, draft}
177177
- Careful use of colors in plots/maps/etc. can make it easier for the reader to get what you're trying to say (why make it harder?)
178178
- The `RColorBrewer` package is an R package that provides color palettes for sequential, categorical, and diverging data
179179
- The `colorRamp` and `colorRampPalette` functions can be used in conjunction with color palettes to connect data to colors
180-
- Transparency can sometimes be used to clarify plots with many points
180+
- Transparency can sometimes be used to clarify plots with many points

04_ExploratoryAnalysis/Colors/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Plotting and Color in R</title>
55
<meta charset="utf-8">
66
<meta name="description" content="Plotting and Color in R">
7-
<meta name="author" content="Roger Peng, Associate Professor">
7+
<meta name="author" content="Roger D. Peng, Associate Professor of Biostatistics">
88
<meta name="generator" content="slidify" />
99
<meta name="apple-mobile-web-app-capable" content="yes">
1010
<meta http-equiv="X-UA-Compatible" content="chrome=1">
@@ -19,6 +19,11 @@
1919
</script>
2020

2121
<link rel="stylesheet" href = "../../assets/css/custom.css">
22+
<link rel="stylesheet" href = "../../assets/css/custom.css.BACKUP.546.css">
23+
<link rel="stylesheet" href = "../../assets/css/custom.css.BASE.546.css">
24+
<link rel="stylesheet" href = "../../assets/css/custom.css.LOCAL.546.css">
25+
<link rel="stylesheet" href = "../../assets/css/custom.css.orig">
26+
<link rel="stylesheet" href = "../../assets/css/custom.css.REMOTE.546.css">
2227
<link rel="stylesheet" href = "../../assets/css/ribbons.css">
2328

2429
</head>
@@ -37,8 +42,8 @@
3742
</aside>
3843
<hgroup class="auto-fadein">
3944
<h1>Plotting and Color in R</h1>
40-
<h2>Computing for Data Analysis</h2>
41-
<p>Roger Peng, Associate Professor<br/>Johns Hopkins Bloomberg School of Public Health</p>
45+
<h2></h2>
46+
<p>Roger D. Peng, Associate Professor of Biostatistics<br/>Johns Hopkins Bloomberg School of Public Health</p>
4247
</hgroup>
4348
</slide>
4449

04_ExploratoryAnalysis/Colors/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title : Plotting and Color in R
3-
subtitle : Computing for Data Analysis
4-
author : Roger Peng, Associate Professor
3+
subtitle :
4+
author : Roger D. Peng, Associate Professor of Biostatistics
55
job : Johns Hopkins Bloomberg School of Public Health
66
logo : bloomberg_shield.png
77
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
34.2 KB
Loading
35.2 KB
Loading
21.2 KB
Loading
21.5 KB
Loading

0 commit comments

Comments
 (0)