Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GuangchuangYu/shadowtext
shadow text for grid and ggplot2
https://github.com/GuangchuangYu/shadowtext
Last synced: 3 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 (7 months ago)
- Last Synced: 2024-10-26T10:42:18.317Z (3 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
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/shadowtext?color=green)](https://cran.r-project.org/package=shadowtext)
![](http://cranlogs.r-pkg.org/badges/grand-total/shadowtext?color=green)
![](http://cranlogs.r-pkg.org/badges/shadowtext?color=green)
![](http://cranlogs.r-pkg.org/badges/last-week/shadowtext?color=green)
[![](https://img.shields.io/badge/follow%20me%20on-WeChat-green.svg)](https://guangchuangyu.github.io/blog_images/biobabble.jpg)
[![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](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: