Skip to content

Commit

Permalink
Fix images for pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lcpilling committed Jun 6, 2024
1 parent 42b0756 commit aeae239
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lukesRlib <a href="https://lcpilling.github.io/lukesRlib/"><img src="images/lukesRlib.png" align="right" width="150" /></a>
# lukesRlib <a href="https://lcpilling.github.io/lukesRlib/"><img src="man/figures/lukesRlib.png" align="right" width="150" /></a>

My library of R functions I sometimes find useful

Expand Down Expand Up @@ -256,7 +256,7 @@ qplot(1:10,1:10) + annotate_textp('Text annotation\nx = 0.5, y=0.5, hjust=0.5\nb
qplot(1:10,1:10) + annotate_textp('Text annotation\nx = 0.5, y=0.5, hjust=0.5\nbox_just=c(0.5,0.5)\nsize=14, alpha=0.5', x=0.5, y=0.5, hjust=0.5, box_just=c(0.5,0.5), size=13, alpha=0.5)
```

<img align="center" src="https://github.com/lcpilling/lukesRlib/raw/master/images/annotate_textp.png" />
<img align="center" src="man/figures/annotate_textp.png" />

### theme_minimal_modified()

Expand Down Expand Up @@ -285,4 +285,4 @@ basic_plot +
theme_minimal_modified()
```

<img align="center" src="https://github.com/lcpilling/lukesRlib/raw/master/images/theme_minimal_modified.png" width="600" />
<img align="center" src="man/figures/theme_minimal_modified.png" width="600" />
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit aeae239

Please sign in to comment.