일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- data science
- 김양재
- 확률
- WebGL
- 주일설교
- Statistics
- No SQL
- Deep learning
- Artificial Intelligence
- node.js
- openCV
- Big Data
- 빅데이터
- c++
- 딥러닝
- 빅 데이터
- 통계
- MongoDB
- 빅 데이타
- nodeJS
- 몽고디비
- 인공지능
- R
- 데이터 과학
- 김양재 목사
- 빅데이타
- Machine Learning
- 우리들교회
- probability
- 김양재 목사님
- Today
- Total
목록shinyApp (2)
Scientific Computing & Data Science
[ui.R] library(shiny); shinyUI(fluidPage( titlePanel("Plot Output Example - by cinema4dr12"), sidebarLayout( sidebarPanel( selectInput("var1", label = "Choose first variable", choices = c("mpg", "cyl", "disp", "hp", "drat", "wt", "qsec", "vs", "am", "gear", "carb"), selected = "mpg" ), selectInput("var2", label = "Choose second variable", choices = c("mpg", "cyl", "disp", "hp", "drat", "wt", "qs..
Shiny App에서 Text를 출력하는 방법 중 하나는 다음과 같다: [ui.R]library(shiny); shinyUI(fluidPage( titlePanel("Text Output"), sidebarLayout( sidebarPanel( selectInput("var1", label = "Choose first variable", choices = c("mpg", "cyl", "disp", "hp", "drat", "wt", "qsec", "vs", "am", "gear", "carb"), selected = "mpg" ), selectInput("var2", label = "Choose second variable", choices = c("mpg", "cyl", "disp", "hp", "dr..