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
530
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
620
Other Decks in Education
See All in Education
ThingLink
matleenalaakso
28
4.1k
Are puppies a ranking factor?
jonoalderson
0
840
SkimaTalk Tutorial for Corporate Customers
skimatalk
0
290
生成AI
takenawa
0
6.2k
SkimaTalk Introduction for Students
skimatalk
0
380
2025年度春学期 統計学 第5回 分布をまとめるー記述統計量(平均・分散など) (2025. 5. 8)
akiraasano
PRO
0
120
技術文章を書くための執筆技術と実践法(パラグラフライティング)
hisashiishihara
18
6.5k
Linuxのよく使うコマンドを解説
mickey_kubo
1
150
Implicit and Cross-Device Interaction - Lecture 10 - Next Generation User Interfaces (4018166FNR)
signer
PRO
2
1.7k
Avoin jakaminen ja Creative Commons -lisenssit
matleenalaakso
0
1.9k
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
460
Pydantic(AI)とJSONの詳細解説
mickey_kubo
0
110
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Building Applications with DynamoDB
mza
95
6.5k
GitHub's CSS Performance
jonrohan
1031
460k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Statistics for Hackers
jakevdp
799
220k
Designing Experiences People Love
moore
142
24k
Speed Design
sergeychernyshev
32
1k
How STYLIGHT went responsive
nonsquared
100
5.6k
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