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
Design Guidelines and Principles - Lecture 7 - Information Visualisation (4019538FNR)
signer
PRO
0
2.4k
ThingLink
matleenalaakso
28
4.1k
人になにかを教えるときに考えていること(2025-05版 / VRC-LT #18)
sksat
4
1k
America and the World
oripsolob
0
500
ふりかえり研修2025
pokotyamu
0
720
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
signer
PRO
1
2k
バックオフィス組織にも「チームトポロジー」の考えが使えるかもしれない!!
masakiokuda
0
100
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
180
Linuxのよく使うコマンドを解説
mickey_kubo
1
120
実務プログラム
takenawa
0
1.7k
Padlet opetuksessa
matleenalaakso
4
14k
미국 교환학생 가서 무료 홈스테이 살면서 인턴 취업하기
maryang
0
100
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
680
Optimising Largest Contentful Paint
csswizardry
37
3.3k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Building Applications with DynamoDB
mza
95
6.4k
Embracing the Ebb and Flow
colly
85
4.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.9k
Speed Design
sergeychernyshev
30
980
The World Runs on Bad Software
bkeepers
PRO
68
11k
Faster Mobile Websites
deanohume
307
31k
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