ggimage: Use Image in ‘ggplot2’

August 24, 2025 · View on GitHub

CRAN_Status_Badge DOI

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

:writing_hand: Authors

Guangchuang YU https://yulab-smu.top

School of Basic Medical Sciences, Southern Medical University

:arrow_double_down: 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("YuLab-SMU/ggimage")

:book: Vignette

For more details, please refer to the online vignette.