File indexing completed on 2024-05-12 04:02:06

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>example.rmd</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (R Markdown) - Theme (Breeze Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 ---
0008 <span style="color:#644a9b;font-weight:bold">title</span><span style="font-weight:bold">:</span><span style="color:#0057ae"> </span><span style="color:#bf0303">"test"</span>
0009 <span style="color:#644a9b;font-weight:bold">author</span><span style="font-weight:bold">:</span><span style="color:#0057ae"> </span><span style="color:#bf0303">"me"</span>
0010 <span style="color:#644a9b;font-weight:bold">date</span><span style="font-weight:bold">:</span><span style="color:#0057ae"> </span><span style="color:#bf0303">"07.10.2014"</span>
0011 <span style="color:#644a9b;font-weight:bold">output</span><span style="font-weight:bold">:</span><span style="color:#0057ae"> html_document</span>
0012 ---
0013 
0014 This is a simple test document. It shows syntax highlighting switches between YAML (above), R blocks
0015 <span style="color:#0057ae;background-color:#e0e9f8">```{r, echo=FALSE}</span>
0016 <span style="font-weight:bold">for</span> (i <span style="font-weight:bold">in</span> <span style="color:#b08000">1</span><span style="color:#3daee9">:</span><span style="color:#b08000">10</span>) {
0017   <span style="font-weight:bold">if</span>(i<span style="color:#3daee9">>=</span><span style="color:#b08000">10</span>) <span style="color:#644a9b">print</span>(i)
0018 }
0019 <span style="color:#898887"># two blank lines below</span>
0020 
0021 <span style="color:#644a9b">sessionInfo</span>()
0022 <span style="color:#0057ae;background-color:#e0e9f8">```</span>
0023 
0024 LaTeX equations,
0025 <span style="color:#00a000;background-color:#e0e9f8">$$</span>
0026 <span style="color:#ff5500">h_{i}(t </span><span style="color:#3daee9">\mid</span><span style="color:#ff5500"> q,C) = h_{0}(t) e^{</span><span style="color:#3daee9">\beta</span><span style="color:#ff5500">_{1}quality_{i} + </span><span style="color:#3daee9">\beta</span><span style="color:#ff5500">_{2}C_{iq}}</span>
0027 <span style="color:#00a000;background-color:#e0e9f8">$$</span>
0028 
0029 and Markdown. A <span style="color:#898887">[</span><span style="color:#006e28;text-decoration:underline">link</span><span style="color:#898887">](</span><span style="color:#898887;text-decoration:underline">http://example.com</span><span style="color:#898887">)</span> in Markdown.
0030 
0031 Inline <span style="color:#0057ae;background-color:#e0e9f8">`r</span> y <span style="color:#006e28;font-weight:bold">&lt;-</span> <span style="color:#b08000">5</span> <span style="color:#3daee9">+</span> x <span style="color:#3daee9">-</span> <span style="color:#644a9b">sin</span>(<span style="color:#b08000">3</span>)<span style="color:#0057ae;background-color:#e0e9f8">`</span> R code.
0032 Inline <span style="color:#b08000">`y &lt;- 5 + x - sin(3)`</span> code.
0033 
0034 
0035  Heading
0036  <span style="color:#644a9b;font-weight:bold">=======</span>
0037  
0038  Sub-heading
0039 <span style="font-weight:bold"> -----------</span>
0040  A list of editors:
0041 <span style="color:#ff5500;font-weight:bold">   * </span>kate
0042 <span style="color:#ff5500;font-weight:bold">   * </span>vim
0043 <span style="color:#ff5500;font-weight:bold">   * </span>emacs
0044 
0045 <span style="font-style:italic">*italic*</span>, <span style="font-weight:bold">**bold**</span>, <span style="color:#b08000">`monospace`</span>
0046 
0047 <span style="color:#b08000">    code block</span>
0048 <span style="color:#b08000">    more code</span>
0049 
0050 normal text
0051     normal text
0052         normal text
0053 
0054 <span style="color:#ff5500">1. </span>item
0055 <span style="color:#ff5500;font-weight:bold">   * </span>This is a list item
0056      with multiple lines.
0057 
0058      <span style="color:#0057ae;background-color:#e0e9f8">```{r pressure, echo=FALSE}</span>
0059      <span style="color:#644a9b">plot</span>(pressure)
0060      <span style="color:#0057ae;background-color:#e0e9f8">```</span>
0061 
0062 <span style="color:#0057ae">     ></span><span style="color:#0057ae"> This is a</span>
0063 <span style="color:#0057ae">     blockquote </span><span style="color:#0057ae;background-color:#e0e9f8">`r</span> <span style="color:#644a9b">cos</span>(<span style="color:#b08000">33</span>) <span style="color:#0057ae;background-color:#e0e9f8">`</span>
0064 
0065      This is a new paragraph, which
0066      is part of this <span style="color:#00a000;background-color:#e0e9f8">$$</span><span style="color:#ff5500"> </span><span style="color:#3daee9">\text</span>{item}<span style="color:#ff5500"> </span><span style="color:#00a000;background-color:#e0e9f8">$$</span>.
0067 
0068 <span style="color:#b08000">         indented code block</span>
0069 
0070        Other paragraph.
0071 
0072 <span style="color:#ff5500;font-weight:bold">     * </span>subitem
0073 <span style="color:#ff5500;font-weight:bold">       * </span>subitem
0074          <span style="color:#00a000;background-color:#e0e9f8">$$</span><span style="color:#ff5500"> A = B + C </span><span style="color:#00a000;background-color:#e0e9f8">$$</span>
0075 </pre></body></html>