Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ggplot2の導入とヒストグラム作成
Search
hujuu
September 25, 2016
Education
0
520
ggplot2の導入とヒストグラム作成
hujuu
September 25, 2016
Tweet
Share
More Decks by hujuu
See All by hujuu
R&RStudio入門
hujuu
0
710
R & R Studio
hujuu
4
610
Other Decks in Education
See All in Education
Implicit and Cross-Device Interaction - Lecture 10 - Next Generation User Interfaces (4018166FNR)
signer
PRO
2
1.7k
AIの時代こそ、考える知的学習術
yum3
2
110
自己紹介 / who-am-i
yasulab
PRO
3
5k
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
signer
PRO
1
2k
子どものためのプログラミング道場『CoderDojo』〜法人提携例〜 / Partnership with CoderDojo Japan
coderdojojapan
4
16k
SkimaTalk Tutorial for Students
skimatalk
0
1.7k
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
420
プレゼンテーション実践
takenawa
0
200
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
signer
PRO
0
1.9k
SkimaTalk Teacher Guidelines Summary
skimatalk
0
760k
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019538FNR)
signer
PRO
1
1.9k
2025.05.10 技術書とVoicyとわたし #RPALT
kaitou
1
180
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
245
12k
Statistics for Hackers
jakevdp
799
220k
Six Lessons from altMBA
skipperchong
28
3.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Code Review Best Practice
trishagee
68
18k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Writing Fast Ruby
sferik
628
61k
It's Worth the Effort
3n
184
28k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Why Our Code Smells
bkeepers
PRO
336
57k
Transcript
GGPLOT2ͷಋೖͱώετάϥϜ࡞ ʲୈ3ճʳR BUSINESS ANALYSIS
R Business Analysis ͡Ίʹ • RͷֶशใަΛ͢ΔձͰ͢ • ϏδωεɺϚʔέςΟϯάدΓઢͰͷR׆༻ • গਓϕʔεͷࢀՃܕίϛϡχςΟ
• connpassάϧʔϓʹ͝ࢀՃΛ!! 2
R Business Analysis GGPLOT2ͱ • R ͷάϥϑඳըϥΠϒϥϦʔ • ࡞ऀ:ϋυϨʔɾΟοΧϜ •
جຊάϥϑΟοΫεͱͷҧ͍ • ΑΓෳࡶʹ • ΑΓ؆୯ʹ • ΑΓඒ͘͠ 3
R Business Analysis جຊάϥϑΟοΫεͱͷॻ͖ํͷҧ͍ جຊάϥϑΟοΫε ggplot2 ࢄਤ plot() ggplot() +
geom_point() qplot() ώετάϥϜ hist() ggplot() + geom_hist() άϥϑ barplot() ggplot() + geom_bar() qplot() ઢάϥϑ lines() ggplot() + geom_line() qplot() ϘοΫεϓϩοτ boxplot() ggplot() + geom_boxplot() qplot() όΠΦϦϯϓϩοτ ggplot() + geom_violin() 4
R Business Analysis GGPLOT2ΛΠϯετʔϧ # ύοέʔδͷΠϯετʔϧ install.packages(“ggplot2”) # ϥΠϒϥϦʔͷಡΈࠐΈ library(ggplot2)
# ࢄਤͷࢼ͠ॻ͖ qplot(carat, price, data=diamonds) 5