Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
update graphics class
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam M. Wilson committed Sep 25, 2016
1 parent 5b8eb5d commit 841a15b
Show file tree
Hide file tree
Showing 121 changed files with 128 additions and 1,523 deletions.
13 changes: 2 additions & 11 deletions 00_CourseIntroductionFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>

<link rel="stylesheet" href="styles.css" type="text/css" />
Expand Down Expand Up @@ -169,12 +166,6 @@

<script>
$(document).ready(function () {

// move toc-ignore selectors from section div to header
$('div.section.toc-ignore')
.removeClass('toc-ignore')
.children('h1,h2,h3,h4,h5').addClass('toc-ignore');

// establish options
var options = {
selectors: "h1,h2,h3",
Expand All @@ -183,7 +174,7 @@
hashGenerator: function (text) {
return text.replace(/[.\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
},
ignoreSelector: ".toc-ignore",
ignoreSelector: "h1.title, .toc-ignore",
scrollTo: 0
};
options.showAndHide = true;
Expand Down Expand Up @@ -364,7 +355,7 @@



<h1 class="title toc-ignore">Course Introduction</h1>
<h1 class="title">Course Introduction</h1>

</div>

Expand Down
Binary file modified 01_assets/01_Rintro.pptx
Binary file not shown.
3 changes: 1 addition & 2 deletions 02_DataWrangling.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ options(width=50)
</div>
<p><a href="02_assets/02_DataWrangling.pdf">Download the PDF of the presentation</a></p>


This file is available as a `R` script [here](`r output`)
[<i class="fa fa-file-code-o fa-3x" aria-hidden="true"></i> The R Script associated with this page is available here](`r output`). Download this file and open it (or copy-paste into a new script) with RStudio so you can follow along.


# RStudio Shortcuts
Expand Down
2 changes: 1 addition & 1 deletion 02_DataWrangling.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h1 class="title">Data Wrangling</h1>
<p>
<a href="02_assets/02_DataWrangling.pdf">Download the PDF of the presentation</a>
</p>
<p>This file is available as a <code>R</code> script <a href="02_DataWrangling.R">here</a></p>
<p><a href="02_DataWrangling.R"><i class="fa fa-file-code-o fa-3x" aria-hidden="true"></i> The R Script associated with this page is available here</a>. Download this file and open it (or copy-paste into a new script) with RStudio so you can follow along.</p>
<div id="rstudio-shortcuts" class="section level1">
<h1>RStudio Shortcuts</h1>
<div id="running-code" class="section level2">
Expand Down
3 changes: 1 addition & 2 deletions 02_DataWrangling.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
</div>
<p><a href="02_assets/02_DataWrangling.pdf">Download the PDF of the presentation</a></p>


This file is available as a `R` script [here](02_DataWrangling.R)
[<i class="fa fa-file-code-o fa-3x" aria-hidden="true"></i> The R Script associated with this page is available here](02_DataWrangling.R). Download this file and open it (or copy-paste into a new script) with RStudio so you can follow along.


# RStudio Shortcuts
Expand Down
Binary file modified 02_assets/02_DataWrangling.pptx
Binary file not shown.
Binary file removed 03_Plotting.pptx
Binary file not shown.
Binary file added 03_assets/03_Plotting.pdf
Binary file not shown.
Binary file added 03_assets/03_Plotting.pptx
Binary file not shown.
Loading

0 comments on commit 841a15b

Please sign in to comment.