# ggimage **Repository Path**: youmigo/ggimage ## Basic Information - **Project Name**: ggimage - **Description**: Y叔的备份 https://github.com/GuangchuangYu/ggimage - **Primary Language**: R - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-12 - **Last Updated**: 2021-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) [![gitter](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/GuangchuangYu/Bioinformatics) [![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 [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/GuangchuangYu) [![](https://img.shields.io/badge/follow%20me%20on-WeChat-green.svg)](https://guangchuangyu.github.io/blog_images/biobabble.jpg) ## :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("GuangchuangYu/ggimage") ``` ## :book: Vignette For more details, please refer to the [online vignette](https://guangchuangyu.github.io/pkgdocs/ggimage.html).