https://github.com/GuangchuangYu/shadowtext
shadow text for grid and ggplot2
https://github.com/GuangchuangYu/shadowtext
Last synced: 5 months ago
JSON representation
shadow text for grid and ggplot2
- Host: GitHub
- URL: https://github.com/GuangchuangYu/shadowtext
- Owner: GuangchuangYu
- Created: 2017-10-27T06:57:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T06:26:54.000Z (9 months ago)
- Last Synced: 2024-10-26T10:42:18.317Z (6 months ago)
- Language: R
- Homepage:
- Size: 468 KB
- Stars: 38
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-r-dataviz - shadowtext - Shadow Text Grob and Layer. [[Vignette]](https://cran.r-project.org/web/packages/shadowtext/vignettes/shadowtext.html) (ggplot / Text)
- jimsghstars - GuangchuangYu/shadowtext - shadow text for grid and ggplot2 (R)
README
# shadowtext: shadow text grob/layer for grid/ggplot2
[](https://cran.r-project.org/package=shadowtext)



[](https://guangchuangyu.github.io/blog_images/biobabble.jpg)
[](https://saythanks.io/to/GuangchuangYu)## :writing_hand: Authors
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
## :arrow_double_down: Installation
Get the released version from CRAN:
```r
install.packages("shadowtext")
```Or the development version from github:
```r
## install.packages("remotes")
remotes::install_github("GuangchuangYu/shadowtext")
```## :book: Vignette
```r
## after installing the package
vignette("shadowtext", package="shadowtext")
```online version: