|
25 | 25 | <meta name="author" content="Dylan Z. Childs">
|
26 | 26 |
|
27 | 27 |
|
28 |
| -<meta name="date" content="2018-02-09"> |
| 28 | +<meta name="date" content="2018-02-12"> |
29 | 29 |
|
30 | 30 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
31 | 31 | <meta name="apple-mobile-web-app-capable" content="yes">
|
32 | 32 | <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
33 | 33 |
|
34 | 34 |
|
35 | 35 | <link rel="prev" href="relationships-between-two-variables.html">
|
36 |
| -<link rel="next" href="doing-more-with-ggplot.html"> |
| 36 | +<link rel="next" href="doing-more-with-ggplot2.html"> |
37 | 37 | <script src="libs/jquery-2.2.3/jquery.min.js"></script>
|
38 | 38 | <link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
|
39 | 39 | <link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
|
|
348 | 348 | <li class="chapter" data-level="23.1" data-path="building-in-complexity.html"><a href="building-in-complexity.html#multivariate"><i class="fa fa-check"></i><b>23.1</b> Multivariate relationships</a></li>
|
349 | 349 | <li class="chapter" data-level="23.2" data-path="building-in-complexity.html"><a href="building-in-complexity.html#summaries"><i class="fa fa-check"></i><b>23.2</b> Comparing descriptive statistics</a></li>
|
350 | 350 | </ul></li>
|
351 |
| -<li class="chapter" data-level="24" data-path="doing-more-with-ggplot.html"><a href="doing-more-with-ggplot.html"><i class="fa fa-check"></i><b>24</b> Doing more with ggplot</a><ul> |
352 |
| -<li class="chapter" data-level="24.1" data-path="doing-more-with-ggplot.html"><a href="doing-more-with-ggplot.html#adding-error-bars"><i class="fa fa-check"></i><b>24.1</b> Adding error bars</a></li> |
353 |
| -<li class="chapter" data-level="24.2" data-path="doing-more-with-ggplot.html"><a href="doing-more-with-ggplot.html#adding-text-to-plots"><i class="fa fa-check"></i><b>24.2</b> Adding text to plots</a></li> |
354 |
| -<li class="chapter" data-level="24.3" data-path="doing-more-with-ggplot.html"><a href="doing-more-with-ggplot.html#customising-text"><i class="fa fa-check"></i><b>24.3</b> Customising text</a></li> |
355 |
| -<li class="chapter" data-level="24.4" data-path="doing-more-with-ggplot.html"><a href="doing-more-with-ggplot.html#saving-plots"><i class="fa fa-check"></i><b>24.4</b> Saving plots</a></li> |
356 |
| -<li class="chapter" data-level="24.5" data-path="doing-more-with-ggplot.html"><a href="doing-more-with-ggplot.html#panel-plots"><i class="fa fa-check"></i><b>24.5</b> Panel plots</a></li> |
| 351 | +<li class="chapter" data-level="24" data-path="doing-more-with-ggplot2.html"><a href="doing-more-with-ggplot2.html"><i class="fa fa-check"></i><b>24</b> Doing more with <strong>ggplot2</strong></a><ul> |
| 352 | +<li class="chapter" data-level="24.1" data-path="doing-more-with-ggplot2.html"><a href="doing-more-with-ggplot2.html#adding-error-bars"><i class="fa fa-check"></i><b>24.1</b> Adding error bars</a></li> |
| 353 | +<li class="chapter" data-level="24.2" data-path="doing-more-with-ggplot2.html"><a href="doing-more-with-ggplot2.html#adding-text-to-plots"><i class="fa fa-check"></i><b>24.2</b> Adding text to plots</a></li> |
| 354 | +<li class="chapter" data-level="24.3" data-path="doing-more-with-ggplot2.html"><a href="doing-more-with-ggplot2.html#customising-text"><i class="fa fa-check"></i><b>24.3</b> Customising text</a></li> |
| 355 | +<li class="chapter" data-level="24.4" data-path="doing-more-with-ggplot2.html"><a href="doing-more-with-ggplot2.html#saving-plots"><i class="fa fa-check"></i><b>24.4</b> Saving plots</a></li> |
| 356 | +<li class="chapter" data-level="24.5" data-path="doing-more-with-ggplot2.html"><a href="doing-more-with-ggplot2.html#panel-plots"><i class="fa fa-check"></i><b>24.5</b> Panel plots</a></li> |
357 | 357 | </ul></li>
|
358 | 358 | <li class="divider"></li>
|
359 | 359 | <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
|
@@ -447,7 +447,7 @@ <h2><span class="header-section-number">23.2</span> Comparing descriptive statis
|
447 | 447 | </div>
|
448 | 448 | </div>
|
449 | 449 | <a href="relationships-between-two-variables.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a>
|
450 |
| -<a href="doing-more-with-ggplot.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> |
| 450 | +<a href="doing-more-with-ggplot2.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> |
451 | 451 | </div>
|
452 | 452 | </div>
|
453 | 453 | <script src="libs/gitbook-2.6.7/js/app.min.js"></script>
|
|
0 commit comments