Skip to content

Commit

Permalink
Merge pull request #15 from swarm-lab/develop
Browse files Browse the repository at this point in the history
Fix link typo.
  • Loading branch information
sjmgarnier authored Jan 16, 2023
2 parents 084e3b3 + 028b773 commit d8f2fe8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions docs/articles/z2_build.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/z3_manipulate.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
z1_install: z1_install.html
z2_build: z2_build.html
z3_manipulate: z3_manipulate.html
last_built: 2023-01-16T16:32Z
last_built: 2023-01-16T19:02Z
urls:
reference: https://swarm-lab.github.io/trackdf/reference
article: https://swarm-lab.github.io/trackdf/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vignettes/z3_manipulate.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ print(filtered_tracks, max = 10 * ncol(filtered_tracks))
You can use any plotting method accepting a data frame of any class to represent
the data in a track table.

Here is an example using [`ggplot2`]{https://ggplot2.tidyverse.org/}:
Here is an example using [`ggplot2`](https://ggplot2.tidyverse.org/):

```{r}
library(ggplot2)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/z3_manipulate.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ <h2>3.5 - Tidyverse</h2>
<h2>3.6 - Plotting</h2>
<p>You can use any plotting method accepting a data frame of any class
to represent the data in a track table.</p>
<p>Here is an example using [<code>ggplot2</code>]{<a href="https://ggplot2.tidyverse.org/" class="uri">https://ggplot2.tidyverse.org/</a>}:</p>
<p>Here is an example using <a href="https://ggplot2.tidyverse.org/"><code>ggplot2</code></a>:</p>
<div class="sourceCode" id="cb32"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb32-1"><a href="#cb32-1" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(ggplot2)</span>
<span id="cb32-2"><a href="#cb32-2" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb32-3"><a href="#cb32-3" aria-hidden="true" tabindex="-1"></a><span class="fu">ggplot</span>(<span class="at">data =</span> tracks) <span class="sc">+</span></span>
Expand Down

0 comments on commit d8f2fe8

Please # to comment.