GuangchuangYu / ggimage

:art: Use Images in ggplot2

Home Page:https://cran.r-project.org/package=ggimage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggimage: Use Image in ‘ggplot2’

CRAN_Status_Badge gitter DOI

Supports image files and graphic objects to be visualized in ‘ggplot2’ graphic system.

✍️ Authors

Guangchuang YU https://guangchuangyu.github.io

School of Basic Medical Sciences, Southern Medical University

saythanks

⏬ Installation

Get the released version from CRAN:

## include BioC repo for dependencies
setRepositories(ind=1:2)
install.packages("ggimage")

Or the development version from github:

setRepositories(ind=1:2)
## install.packages("devtools")
devtools::install_github("GuangchuangYu/ggimage")

📖 Vignette

For more details, please refer to the online vignette.

About

:art: Use Images in ggplot2

https://cran.r-project.org/package=ggimage


Languages

Language:R 97.6%Language:Makefile 2.4%