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
720
R & R Studio
hujuu
4
620
Other Decks in Education
See All in Education
Présentation_2nde_2025.pdf
bernhardsvt
0
350
H5P-työkalut
matleenalaakso
4
41k
相互コミュニケーションの難しさ
masakiokuda
0
310
Master of Applied Science & Engineering: Computer Science & Master of Science in Applied Informatics: Artificial Intelligence and Data Science
signer
PRO
0
850
アジャイルの知見から新卒研修作り、そして組織作り
pokotyamu
0
110
【ZEPメタバース校舎操作ガイド】
ainischool
0
550
子どもが自立した学習者となるデジタルの活用について
naokikato
PRO
0
140
AIを使って最新研究 について調べて発表しよ う!
mickey_kubo
4
160
20250830_MIEE祭_会社員視点での学びのヒント
ponponmikankan
1
190
ThingLink
matleenalaakso
28
4.2k
Web Architectures - Lecture 2 - Web Technologies (1019888BNR)
signer
PRO
0
3.2k
生成AI活用セミナー/GAI-workshop
gnutar
0
150
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
192
56k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.1k
Code Review Best Practice
trishagee
72
19k
Mobile First: as difficult as doing things right
swwweet
225
10k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.8k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
YesSQL, Process and Tooling at Scale
rocio
174
15k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Embracing the Ebb and Flow
colly
88
4.9k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
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