Skip to content

Commit

Permalink
Update some links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
csdaw committed Feb 16, 2021
1 parent cbfc0db commit 5d51a72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ _ggprism: A ggplot2 extension inspired by GraphPad Prism_. R package version

Recreates [this figure](https://cdn.graphpad.com/assets/0.27.0/images/srcset/prism-get-actionable-help-w1920-800.png)
from the GraphPad Prism website. See
[this vignette](https://csdaw.github.io/ggprism/articles/ex1-dose.html) for the
[this vignette](https://csdaw.github.io/ggprism/articles/web-only/ex1-dose.html) for the
source code and step-by-step instructions.

```{r}
Expand Down Expand Up @@ -201,7 +201,7 @@ ggplot(df, aes(x = log.agonist, y = value, shape = treatment)) +
Recreates Figure 2B from
[Matsushita & Nishimura (2020)](https://doi.org/10.1038/s42003-020-0889-1),
which was originally created using GraphPad Prism. See
[this vignette](https://csdaw.github.io/ggprism/articles/ex2-wings.html) for the
[this vignette](https://csdaw.github.io/ggprism/articles/web-only/ex2-wings.html) for the
source code and step-by-step instructions.

```{r}
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,23 @@ I would be very grateful if you could cite this package if you use it in
your publication.

Charlotte Dawson (2021), *ggprism: A ggplot2 extension inspired by
GraphPad Prism*. R package version 1.0.1,
GraphPad Prism*. R package version 1.0.1.9000,
<https://csdaw.github.io/ggprism/>.

## More Examples

Recreates [this
figure](https://cdn.graphpad.com/assets/0.27.0/images/srcset/prism-get-actionable-help-w1920-800.png)
from the GraphPad Prism website. See [this
vignette](https://csdaw.github.io/ggprism/articles/ex1-dose.html) for
the source code and step-by-step instructions.
vignette](https://csdaw.github.io/ggprism/articles/web-only/ex1-dose.html)
for the source code and step-by-step instructions.

<img src="man/figures/README-ex2-1.png" width="400" /><img src="man/figures/README-ex2-2.png" width="400" />

Recreates Figure 2B from [Matsushita & Nishimura
(2020)](https://doi.org/10.1038/s42003-020-0889-1), which was originally
created using GraphPad Prism. See [this
vignette](https://csdaw.github.io/ggprism/articles/ex2-wings.html) for
the source code and step-by-step instructions.
vignette](https://csdaw.github.io/ggprism/articles/web-only/ex2-wings.html)
for the source code and step-by-step instructions.

<img src="man/figures/README-ex3-1.png" width="400" /><img src="man/figures/README-ex3-2.png" width="400" />

0 comments on commit 5d51a72

Please sign in to comment.