# ImageGP **Repository Path**: ct5869/ImageGP ## Basic Information - **Project Name**: ImageGP - **Description**: 图形绘制,数据处理,辅助云平台 - **Primary Language**: R - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2025-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageGP This is the core code of ImageGP (new version , old version ) web site. ## Install ### Install from GitHub Github: https://github.com/Tong-Chen/ImageGP ``` # install.packages("devtools") devtools::install_github("Tong-Chen/ImageGP") ``` ### Install from Gitee Gitee: https://gitee.com/ct5869/ImageGP ``` # install.packages("devtools") devtools::install_git("https://gitee.com/ct5869/ImageGP") ```