:art: Use Images in ggplot2
Last updated Apr 20, 2026
178
Stars
35
Forks
19
Issues
0
Stars/day
Attention Score
78
Language breakdown
R 98.1%
Makefile 1.9%
▸ Files
click to expand
README
ggimage: Use Image in ‘ggplot2’
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
:arrowdoubledown: 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.
🔗 More in this category