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
- Host: GitHub
- URL: https://github.com/YuLab-SMU/ggimage
- Owner: YuLab-SMU
- Created: 2017-02-21T09:29:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-01T05:50:10.000Z (3 months ago)
- Last Synced: 2025-10-30T23:41:12.660Z (26 days ago)
- Topics: ggplot2, image, r, visualization
- Language: R
- Homepage: https://cran.r-project.org/package=ggimage
- Size: 191 KB
- Stars: 175
- Watchers: 5
- Forks: 35
- Open Issues: 19
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
- awesome-ggplot2 - ggimage
README
---
output:
md_document:
variant: gfm
html_preview: false
---
# ggimage: Use Image in 'ggplot2'
[](https://cran.r-project.org/package=ggimage)



[](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).