文件名称:ggShinyApp:用于构建自定义 ggplot 主题的闪亮应用程序
文件大小:163KB
文件格式:ZIP
更新时间:2024-07-17 15:17:10
R
ggShinyApp 这个 R Shiny 应用程序旨在为定制图形主题。 根据您的喜好自定义主题后,您可以下载 R 脚本以分发给您组织中的任何 R 用户。 主脚本是ggplot_styling.R ,它必须在每个 R 会话中运行一次,以便为所有 ggplot 图设置自定义主题。 installation_script.R需要为每个用户运行一次(它安装包并拉入系统字体)。 此应用程序可以通过两种方式运行,一种是在您的计算机本地运行,另一种是作为托管的 Shinyapp 运行。 ####在本地运行 #####安装: 在 R 终端/环境中运行以下命令。 install.packages(c('shiny','ggplot2','reshape2','RColorBrewer','plyr','stringr','extrafont')) library(extrafont) font
【文件预览】:
ggShinyApp-master
----www()
--------css()
--------images()
--------ShinySky()
--------js()
----shinyapps()
--------bchartoff()
----ui.R(15KB)
----LICENSE(1KB)
----installation_script.R(127B)
----output_template.R(6KB)
----.gitignore(9B)
----server.R(40KB)
----lib()
--------grid()
--------theme_default.R(4KB)
--------customSlider()
--------customSliderInput.R(2KB)
--------customSlider.R(5KB)
----README.md(2KB)