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
57
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
1.1k
Other Decks in Programming
See All in Programming
TROCCO×dbtで実現する人にもAIにもやさしいデータ基盤
nealle
0
290
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
12
2.7k
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
2.5k
令和最新版手のひらコンピュータ
koba789
14
7.9k
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
22
8.7k
未来を拓くAI技術〜エージェント開発とAI駆動開発〜
leveragestech
2
170
コンテキストエンジニアリング Cursor編
kinopeee
1
640
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
930
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
190
kiroでゲームを作ってみた
iriikeita
0
180
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
2
120
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
290
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
338
57k
Being A Developer After 40
akosma
90
590k
Typedesign – Prime Four
hannesfritz
42
2.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
How to Ace a Technical Interview
jacobian
279
23k
Making Projects Easy
brettharned
117
6.3k
Become a Pro
speakerdeck
PRO
29
5.5k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
890
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
The Cult of Friendly URLs
andyhume
79
6.5k
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