😎 Give your xaringan slides some style
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

290 Zeilen
37KB

  1. <!-- Generated by pkgdown: do not edit by hand -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>The ggplot2 xaringanthemer base plot theme — theme_xaringan_base • xaringanthemer</title>
  9. <!-- jquery -->
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
  11. <!-- Bootstrap -->
  12. <link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/yeti/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" />
  13. <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
  14. <!-- Font Awesome icons -->
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
  16. <!-- clipboard.js -->
  17. <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script>
  18. <!-- sticky kit -->
  19. <script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script>
  20. <!-- pkgdown -->
  21. <link href="../pkgdown.css" rel="stylesheet">
  22. <script src="../pkgdown.js"></script>
  23. <meta property="og:title" content="The ggplot2 xaringanthemer base plot theme — theme_xaringan_base" />
  24. <meta property="og:description" content="Provides a base plot theme for ggplot2 to match the xaringan slide theme
  25. created by xaringanthemer. The theme is designed to create a general plot
  26. style from two colors, a background_color and a text_color (or foreground
  27. color). Also accepts an accent_color and an accent_secondary_color that are
  28. xaringanthemer is not required for the base theme. Use
  29. theme_xaringan() or theme_xaringan_inverse() in xaringan slides styled by
  30. xaringanthemer for a plot theme that matches the slide style." />
  31. <meta name="twitter:card" content="summary" />
  32. <!-- mathjax -->
  33. <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
  34. <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
  35. <!--[if lt IE 9]>
  36. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  37. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  38. <![endif]-->
  39. </head>
  40. <body>
  41. <div class="container template-reference-topic">
  42. <header>
  43. <div class="navbar navbar-default navbar-fixed-top" role="navigation">
  44. <div class="container">
  45. <div class="navbar-header">
  46. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
  47. <span class="sr-only">Toggle navigation</span>
  48. <span class="icon-bar"></span>
  49. <span class="icon-bar"></span>
  50. <span class="icon-bar"></span>
  51. </button>
  52. <span class="navbar-brand">
  53. <a class="navbar-link" href="../index.html">xaringanthemer</a>
  54. <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.2.0.9000</span>
  55. </span>
  56. </div>
  57. <div id="navbar" class="navbar-collapse collapse">
  58. <ul class="nav navbar-nav">
  59. <li>
  60. <a href="../index.html">
  61. <span class="fa fa-home fa-lg"></span>
  62. </a>
  63. </li>
  64. <li>
  65. <a href="../articles/xaringanthemer.html">Get started</a>
  66. </li>
  67. <li>
  68. <a href="../articles/singles/themes.html">Themes</a>
  69. </li>
  70. <li>
  71. <a href="../articles/singles/fonts.html">Fonts</a>
  72. </li>
  73. <li>
  74. <a href="../articles/template-variables.html">Template Variables</a>
  75. </li>
  76. <li>
  77. <a href="../articles/css-help.html">CSS Help</a>
  78. </li>
  79. <li>
  80. <a href="../reference/index.html">Reference</a>
  81. </li>
  82. </ul>
  83. <ul class="nav navbar-nav navbar-right">
  84. <li>
  85. <a href="https://github.com/gadenbuie/xaringanthemer">
  86. <span class="fa fa-github fa-lg"></span>
  87. </a>
  88. </li>
  89. <li>
  90. <a href="https://twitter.com/grrrck">
  91. <span class="fa fa-twitter fa-lg"></span>
  92. </a>
  93. </li>
  94. </ul>
  95. </div><!--/.nav-collapse -->
  96. </div><!--/.container -->
  97. </div><!--/.navbar -->
  98. </header>
  99. <div class="row">
  100. <div class="col-md-9 contents">
  101. <div class="page-header">
  102. <h1>The ggplot2 xaringanthemer base plot theme</h1>
  103. <small class="dont-index">Source: <a href='https://github.com/gadenbuie/xaringanthemer/blob/master/R/ggplot2.R'><code>R/ggplot2.R</code></a></small>
  104. <div class="hidden name"><code>theme_xaringan_base.Rd</code></div>
  105. </div>
  106. <div class="ref-description">
  107. <p>Provides a base plot theme for ggplot2 to match the xaringan slide theme
  108. created by <a href='xaringanthemer-package.html'>xaringanthemer</a>. The theme is designed to create a general plot
  109. style from two colors, a <code>background_color</code> and a <code>text_color</code> (or foreground
  110. color). Also accepts an <code>accent_color</code> and an <code>accent_secondary_color</code> that are
  111. <a href='xaringanthemer-package.html'>xaringanthemer</a> is not required for the base theme. Use
  112. <code><a href='theme_xaringan.html'>theme_xaringan()</a></code> or <code><a href='theme_xaringan_inverse.html'>theme_xaringan_inverse()</a></code> in xaringan slides styled by
  113. xaringanthemer for a plot theme that matches the slide style.</p>
  114. </div>
  115. <pre class="usage"><span class='fu'>theme_xaringan_base</span>(<span class='no'>text_color</span>, <span class='no'>background_color</span>, <span class='no'>...</span>,
  116. <span class='kw'>set_ggplot_defaults</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>, <span class='kw'>accent_color</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  117. <span class='kw'>accent_secondary_color</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>text_font</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  118. <span class='kw'>text_font_use_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>text_font_size</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  119. <span class='kw'>title_font</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>title_font_use_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  120. <span class='kw'>title_font_size</span> <span class='kw'>=</span> <span class='kw'>NULL</span>)</pre>
  121. <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
  122. <table class="ref-arguments">
  123. <colgroup><col class="name" /><col class="desc" /></colgroup>
  124. <tr>
  125. <th>text_color</th>
  126. <td><p>Color for text and foreground</p></td>
  127. </tr>
  128. <tr>
  129. <th>background_color</th>
  130. <td><p>Color for background</p></td>
  131. </tr>
  132. <tr>
  133. <th>...</th>
  134. <td><p>Ignored</p></td>
  135. </tr>
  136. <tr>
  137. <th>set_ggplot_defaults</th>
  138. <td><p>Should defaults be set for ggplot2 <em>geoms</em>?
  139. Defaults to TRUE. To restore ggplot's defaults, or the previously set geom
  140. defaults, see <code>theme_xaringan_restore_defaults()</code>.</p></td>
  141. </tr>
  142. <tr>
  143. <th>accent_color</th>
  144. <td><p>Color for titles and accents, inherits from
  145. <code>header_color</code> or <code>text_color</code>. Used for the <code>title</code> base setting in
  146. <code><a href='https://www.rdocumentation.org/packages/ggplot2/topics/theme'>ggplot2::theme()</a></code>, and additionally for setting the <code>color</code> or <code>fill</code> of
  147. ggplot2 geom defaults.</p></td>
  148. </tr>
  149. <tr>
  150. <th>accent_secondary_color</th>
  151. <td><p>Color for secondary accents, inherits from
  152. <code>text_bold_color</code> or <code>accent_color</code>. Used only when setting ggplot2 geom
  153. defaults.</p></td>
  154. </tr>
  155. <tr>
  156. <th>text_font</th>
  157. <td><p>Font to use for text elements, passed to
  158. <code><a href='https://www.rdocumentation.org/packages/sysfonts/topics/font_add_google'>sysfonts::font_add_google()</a></code>, if available and <code>text_font_use_google</code> is
  159. <code>TRUE</code>. Inherits from <code>text_font_family</code>.</p></td>
  160. </tr>
  161. <tr>
  162. <th>text_font_use_google</th>
  163. <td><p>Is <code>text_font</code> available on <a href='https://fonts.google.com'>Google Fonts</a>?</p></td>
  164. </tr>
  165. <tr>
  166. <th>text_font_size</th>
  167. <td><p>Base text font size, inherits from <code>text_font_size</code>, or
  168. defaults to 11.</p></td>
  169. </tr>
  170. <tr>
  171. <th>title_font</th>
  172. <td><p>Font to use for title elements, passed to
  173. <code><a href='https://www.rdocumentation.org/packages/sysfonts/topics/font_add_google'>sysfonts::font_add_google()</a></code>, if available and <code>title_font_use_google</code> is
  174. <code>TRUE</code>. Inherits from <code>title_font_family</code>.</p></td>
  175. </tr>
  176. <tr>
  177. <th>title_font_use_google</th>
  178. <td><p>Is <code>title_font</code> available on <a href='https://fonts.google.com'>Google Fonts</a>?</p></td>
  179. </tr>
  180. <tr>
  181. <th>title_font_size</th>
  182. <td><p>Base text font size, inherits from <code>title_font_size</code>,
  183. or defaults to 14.</p></td>
  184. </tr>
  185. </table>
  186. <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
  187. <p>A ggplot2 theme</p>
  188. <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
  189. <div class='dont-index'><p>Other xaringanthemer ggplot2 themes: <code><a href='theme_xaringan_inverse.html'>theme_xaringan_inverse</a></code>,
  190. <code><a href='theme_xaringan_set_defaults.html'>theme_xaringan_set_defaults</a></code>,
  191. <code><a href='theme_xaringan.html'>theme_xaringan</a></code></p></div>
  192. <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
  193. <pre class="examples"><div class='input'><span class='kw'>if</span> (<span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/ns-load'>requireNamespace</a></span>(<span class='st'>"ggplot2"</span>, <span class='kw'>quietly</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)) {
  194. <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/library'>library</a></span>(<span class='no'>ggplot2</span>)
  195. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/ggplot'>ggplot</a></span>(<span class='no'>iris</span>) +
  196. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/aes'>aes</a></span>(<span class='no'>Petal.Length</span>, <span class='no'>Petal.Width</span>) +
  197. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/geom_point'>geom_point</a></span>() +
  198. <span class='fu'>theme_xaringan_base</span>(
  199. <span class='kw'>text_color</span> <span class='kw'>=</span> <span class='st'>"#e1e5f2"</span>,
  200. <span class='kw'>background_color</span> <span class='kw'>=</span> <span class='st'>"#021c25"</span>,
  201. <span class='kw'>accent_color</span> <span class='kw'>=</span> <span class='st'>"#1f7a8c"</span>,
  202. <span class='kw'>set_ggplot_defaults</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) +
  203. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/labs'>labs</a></span>(<span class='kw'>title</span> <span class='kw'>=</span> <span class='st'>"Basic Iris Plot"</span>,
  204. <span class='kw'>subtitle</span> <span class='kw'>=</span> <span class='st'>"+ theme_xaringan_base()"</span>,
  205. <span class='kw'>caption</span> <span class='kw'>=</span> <span class='st'>"{xaringanthemer}"</span>)
  206. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/ggplot'>ggplot</a></span>(<span class='no'>iris</span>) +
  207. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/aes'>aes</a></span>(<span class='no'>Petal.Length</span>, <span class='no'>Petal.Width</span>) +
  208. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/geom_point'>geom_point</a></span>() +
  209. <span class='fu'>theme_xaringan_base</span>(
  210. <span class='kw'>text_color</span> <span class='kw'>=</span> <span class='st'>"#021c25"</span>,
  211. <span class='kw'>background_color</span> <span class='kw'>=</span> <span class='st'>"#e1e5f2"</span>,
  212. <span class='kw'>accent_color</span> <span class='kw'>=</span> <span class='st'>"#1f7a8c"</span>,
  213. <span class='kw'>set_ggplot_defaults</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) +
  214. <span class='fu'><a href='https://www.rdocumentation.org/packages/ggplot2/topics/labs'>labs</a></span>(<span class='kw'>title</span> <span class='kw'>=</span> <span class='st'>"Basic Iris Plot"</span>,
  215. <span class='kw'>subtitle</span> <span class='kw'>=</span> <span class='st'>"+ theme_xaringan_base()"</span>,
  216. <span class='kw'>caption</span> <span class='kw'>=</span> <span class='st'>"{xaringanthemer}"</span>)
  217. }</div><div class='output co'>#&gt; <span class='warning'>Warning: font not found</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font not found</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font not found</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font not found</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font not found</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font not found</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='output co'>#&gt; <span class='warning'>Warning: font family 'Droid Serif' not found, will use 'wqy-microhei' instead</span></div><div class='img'><img src='theme_xaringan_base-1.png' alt='' width='700' height='433' /></div><div class='input'>
  218. </div></pre>
  219. </div>
  220. <div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
  221. <h2>Contents</h2>
  222. <ul class="nav nav-pills nav-stacked">
  223. <li><a href="#arguments">Arguments</a></li>
  224. <li><a href="#value">Value</a></li>
  225. <li><a href="#see-also">See also</a></li>
  226. <li><a href="#examples">Examples</a></li>
  227. </ul>
  228. </div>
  229. </div>
  230. <footer>
  231. <div class="copyright">
  232. <p>Developed by <a href='https://www.garrickadenbuie.com'>Garrick Aden-Buie</a>.</p>
  233. </div>
  234. <div class="pkgdown">
  235. <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.3.0.</p>
  236. </div>
  237. </footer>
  238. </div>
  239. </body>
  240. </html>