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
Barcamp Orlando 2013 - R
Search
Adam Fortuna
May 18, 2013
Programming
0
55
Barcamp Orlando 2013 - R
Quick talk on using R
Adam Fortuna
May 18, 2013
Tweet
Share
More Decks by Adam Fortuna
See All by Adam Fortuna
eval everything - Running Student Code at Code School
adamfortuna
2
1k
Other Decks in Programming
See All in Programming
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
230
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
260
採用事例の少ないSvelteを選んだ理由と それを正解にするためにやっていること
oekazuma
2
1k
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
yoshifumi_ishikura
0
110
モバイルアプリにおける自動テストの導入戦略
ostk0069
0
110
暇に任せてProxmoxコンソール 作ってみました
karugamo
2
720
Cloudflare MCP ServerでClaude Desktop からWeb APIを構築
kutakutat
1
550
useSyncExternalStoreを使いまくる
ssssota
6
1.2k
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
480
ChatGPT とつくる PHP で OS 実装
memory1994
PRO
2
110
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
5
730
命名をリントする
chiroruxx
1
420
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
KATA
mclloyd
29
14k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Designing for humans not robots
tammielis
250
25k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
GitHub's CSS Performance
jonrohan
1030
460k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Transcript
R Adam Fortuna! @adamfortuna R
R “We face danger whenever information growth outpaces our understanding
of how to process it.” - Nate Silver
R Brent Victor - Drawing Dynamic Visualizations
R route.rb stats_controller.rb views/stats/signups.html.haml Google for latest JavaScript ! charting
hotness! (or use D3) Library specific HTML JavaScript init code
R KISS
R How can R help?
R http://www.r-project.org/
R R GUI
R Command Line $ r! > plot(c(1,2,3))!
R R within Ruby require 'rinruby' R.scores = [70, 74,
78, 84, 88, 91, 90, 97, 99] ! R.eval <<EOF boxplot(scores) scoresMean = mean(scores) EOF ! puts R.scoresMean
R persp(volcano, expand=0.2)
R image(volcano)
R Real World
R
R Don’t just paint a picture solve a problem
R Learn More
R
R
R Exploring Everyday Things with R and Ruby
R Thanks! @adamfortuna