码迷,mamicode.com
首页 >  
搜索关键字:shiny    ( 43个结果
shiny server SparkR web展示界面(二)
1. 需要先在Mac OS中安装好R,Rstudio中,这个比较简单,掠过 2. 下载编译好的spark(spark-2.0.0-bin-hadoop2.6.tgz)可以在Spark官网下载到你所需要的版本 解压spark到指定目录 $ tar -zxvf spark-2.0.0-bin-hadoo ...
分类:Web程序   时间:2016-12-12 01:56:07    阅读次数:338
shiny server SparkR web展示界面(一)
1. shiny server简介 shiny-server是一种可用把R 语言以web形式展示的服务,下面就讲讲如何在自己的服务器上构建Shiny Server。下一篇主要介绍如何集成sparkR后展示在web界面上 环境:ubuntu14.04 下载:shiny-server的地址 2. 安装步 ...
分类:Web程序   时间:2016-12-11 23:20:30    阅读次数:373
SHINY-SERVER R(sparkR)语言web解决方案 架设shiny服务器
1. shiny server简介 shiny-server是一种可用把R 语言以web形式展示的服务,其实RStudio公司自己构建了R Shiny Application运行的平台(http://www.shinyapps.io/ ), 用户可以通过RStudio上面的工具把自己编写调试好的Sh ...
分类:编程语言   时间:2016-12-11 02:23:10    阅读次数:251
R----Shiny包介绍学习
为什么用Shiny Shiny让数据分析师写完分析与可视化代码后,稍微再花几十分钟,就可以把分析代码工程化,将分析成果快速转化为交互式网页分享给别人。所以,如果你是一名使用R的数据分析师,选择Shiny是非常明智的,因为它不需要你有新的技能,且开发起来实在太快。它跟通常我们了解的其他框架不一样:其他 ...
分类:其他好文   时间:2016-11-14 07:48:52    阅读次数:975
洛谷P3143 [USACO16OPEN]钻石收藏家Diamond Collector
题目描述 Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spare time! She has collected diamonds () of varyin ...
分类:其他好文   时间:2016-10-03 06:50:36    阅读次数:128
Diamond Collector
Diamond Collector 题目描述 Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spare time! She has collected N d ...
分类:其他好文   时间:2016-07-30 10:21:25    阅读次数:201
Diamond Collector (动态规划)
问题 I: Diamond Collector 题目描述 Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spare time! She has collect ...
分类:其他好文   时间:2016-07-30 00:24:35    阅读次数:161
Delphi资源大全
A curated list of awesome Delphi frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Note that only open-source project ...
分类:Windows程序   时间:2016-06-06 06:54:47    阅读次数:1656
4582: [Usaco2016 Open]Diamond Collector
4582: [Usaco2016 Open]Diamond Collector Description Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spar ...
分类:其他好文   时间:2016-05-06 20:22:54    阅读次数:314
ggplot2——柱状图
目录: 初始图样 如何修改柱条的宽度 如何修改柱条的顺序 如何在柱条上添加文字 (更多关于图例、坐标系等内容请见:R、ggplot2、shiny 汇总) 初始图样:library(ggplot2) library(ggthemes) dt = data.frame(obj = c('A','D','B','E','C'), val = c(2,15,6,9,7)) p = ggplot...
分类:其他好文   时间:2015-08-20 01:29:50    阅读次数:237
43条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!