An open API service indexing awesome lists of open source software.

https://github.com/YuLab-SMU/ggimage

:art: Use Images in ggplot2
https://github.com/YuLab-SMU/ggimage

ggplot2 image r visualization

Last synced: about 12 hours ago
JSON representation

:art: Use Images in ggplot2

Awesome Lists containing this project

README

          

---
output:
md_document:
variant: gfm
html_preview: false
---

# ggimage: Use Image in 'ggplot2'

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ggimage?color=green)](https://cran.r-project.org/package=ggimage)
![](http://cranlogs.r-pkg.org/badges/grand-total/ggimage?color=green)
![](http://cranlogs.r-pkg.org/badges/ggimage?color=green)
![](http://cranlogs.r-pkg.org/badges/last-week/ggimage?color=green)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.344625.svg)](https://doi.org/10.5281/zenodo.344625)

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

## :writing_hand: Authors

Guangchuang YU

School of Basic Medical Sciences, Southern Medical University

## :arrow_double_down: Installation

Get the released version from CRAN:

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

Or the development version from github:

```r
setRepositories(ind=1:2)
## install.packages("devtools")
devtools::install_github("YuLab-SMU/ggimage")
```

## :book: Vignette

For more details, please refer to the [online vignette](https://yulab-smu.top/pkgdocs/ggimage.html).