Skip to content

Commit

Permalink
Merge pull request #11 from rnabioco/r-programming
Browse files Browse the repository at this point in the history
fix Rmd url
  • Loading branch information
sheridar authored Dec 11, 2023
2 parents c9c0f0e + 8dda1b5 commit 3eee0ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
)
```

*The Rmarkdown for this class is [on github]( https://github.com/rnabioco/bmsc-7810-pbda/blob/main/_posts/2022-12-05-class-11-programming-in-r-pt2/programming-in-r-pt2.Rmd)*
*The Rmarkdown for this class is [on github](https://github.com/rnabioco/bmsc-7810-pbda/blob/main/_posts/2023-12-14-class-12-programming-pt-2/programming-pt2.Rmd)*


```{r}
Expand Down
38 changes: 19 additions & 19 deletions _posts/2023-12-14-class-12-programming-pt-2/programming-pt2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ <h3>Contents</h3>
</ul>
</nav>
</div>
<p><em>The Rmarkdown for this class is <a href="https://github.com/rnabioco/bmsc-7810-pbda/blob/main/_posts/2022-12-05-class-11-programming-in-r-pt2/programming-in-r-pt2.Rmd">on github</a></em></p>
<p><em>The Rmarkdown for this class is <a href="https://github.com/rnabioco/bmsc-7810-pbda/blob/main/_posts/2023-12-14-class-12-programming-pt-2/programming-pt2.Rmd">on github</a></em></p>
<div class="layout-chunk" data-layout="l-body">
<div class="sourceCode">
<pre class="sourceCode r"><code class="sourceCode r"><span><span class='co'># conditionally download all of the files used in rmarkdown from github</span></span>
Expand Down Expand Up @@ -1659,24 +1659,24 @@ <h2 id="for-loops"><code>for</code> loops</h2>
<span><span class='va'>out</span></span></code></pre>
</div>
<pre><code>#&gt; [[1]]
#&gt; [1] 0.70390868 0.56154695 2.41958400 1.67766625 1.10010070
#&gt; [6] -0.06607985 0.85734697 0.31015685 2.22383647 2.47697063
#&gt; [1] 3.93808636 1.52557256 1.46301683 2.21399126 1.41511927 0.05814919
#&gt; [7] 3.85651726 2.18437184 1.27088890 0.95658068
#&gt;
#&gt; [[2]]
#&gt; [1] 50.78988 50.11278 49.60642 50.76971 50.47404 51.88446 50.37391
#&gt; [8] 51.04654 51.66151 49.69976
#&gt; [1] 50.24725 51.08728 49.70821 50.11644 48.60709 50.50690 50.42219
#&gt; [8] 50.71646 50.63284 49.87456
#&gt;
#&gt; [[3]]
#&gt; [1] 19.55135 20.81900 21.44830 19.02983 18.99331 19.46722 19.42862
#&gt; [8] 20.37487 20.33496 18.34568
#&gt; [1] 20.59113 19.62665 19.46785 19.56616 19.48752 22.06041 20.44239
#&gt; [8] 19.70841 21.11495 19.75437
#&gt;
#&gt; [[4]]
#&gt; [1] 5.460851 4.596195 5.489976 3.998071 5.398666 3.312745 3.459573
#&gt; [8] 5.762705 5.869900 6.560699
#&gt; [1] 6.735522 6.014315 5.357435 6.253662 5.966504 4.853880 5.019906
#&gt; [8] 4.257296 7.245420 2.439478
#&gt;
#&gt; [[5]]
#&gt; [1] 68.58974 70.64250 70.71141 70.69447 70.93484 69.79294 69.40365
#&gt; [8] 69.02267 69.94910 68.72089</code></pre>
#&gt; [1] 68.77657 70.17230 69.13500 71.01586 72.27142 70.16347 70.89268
#&gt; [8] 68.67199 72.49300 70.53869</code></pre>
</div>
<div class="layout-chunk" data-layout="l-body">
<div class="sourceCode">
Expand Down Expand Up @@ -1714,14 +1714,14 @@ <h2 id="for-loops"><code>for</code> loops</h2>
<span><span class='va'>out</span></span></code></pre>
</div>
<pre><code>#&gt; [[1]]
#&gt; [1] -1.7592527 1.3143885 0.2798440 -0.7023771 -0.8966253
#&gt; [1] -1.46000733 -0.54317663 0.34326973 0.10034414 -0.09198923
#&gt;
#&gt; [[2]]
#&gt; [1] 0.11959073 -0.19107449 -0.29409155 -0.02901051 -0.26171784
#&gt; [6] 0.88571780 0.90908065 0.59021483 -0.42376251 0.51368048
#&gt; [1] 0.4936298 -0.9133602 -0.3896098 0.7461872 0.1311157 -0.3008083
#&gt; [7] -0.6366033 1.6305274 -0.4965034 -0.1632586
#&gt;
#&gt; [[3]]
#&gt; [1] 0.6751204 2.2378044</code></pre>
#&gt; [1] 0.6410277 0.6727666</code></pre>
</div>
</details>
<p><br></p>
Expand Down Expand Up @@ -1899,14 +1899,14 @@ <h2 id="introduction-to-map">Introduction to <code>map()</code></h2>
<span><span class='va'>out</span></span></code></pre>
</div>
<pre><code>#&gt; [[1]]
#&gt; [1] -0.4926339 0.2274868 -0.3175910 0.2293717 -1.2870947
#&gt; [1] 1.2339641 -0.8387456 0.7673099 0.2520608 -0.4574441
#&gt;
#&gt; [[2]]
#&gt; [1] -0.317378616 -0.009939664 -1.138744272 -0.871208010 1.022474361
#&gt; [6] 1.047177917 -1.944560144 -0.910376362 0.695429383 2.909207646
#&gt; [1] 0.14702459 0.24631769 0.56770155 1.67943511 -1.02173199
#&gt; [6] 0.72204226 -0.55428999 -0.06726648 -2.11617887 0.33682865
#&gt;
#&gt; [[3]]
#&gt; [1] 0.6602359 0.1451314</code></pre>
#&gt; [1] 0.5836781 -1.2154266</code></pre>
</div>
</details>
<p><br></p>
Expand Down

0 comments on commit 3eee0ab

Please sign in to comment.