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
Workers を定期実行する方法は一つじゃない
rokuosan
0
130
AIのメモリー
watany
11
1.1k
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
7k
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
1.2k
Understanding Kotlin Multiplatform
l2hyunwoo
0
240
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
290
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
180
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
1k
PHPカンファレンス関西2025 基調講演
sugimotokei
6
1k
CLI ツールを Go ライブラリ として再実装する理由 / Why reimplement a CLI tool as a Go library
ktr_0731
3
810
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
20
9.7k
Claude Code で Astro blog を Pages から Workers へ移行してみた
codehex
0
170
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.7k
Automating Front-end Workflow
addyosmani
1370
200k
Building Applications with DynamoDB
mza
95
6.5k
Balancing Empowerment & Direction
lara
1
510
Building a Scalable Design System with Sketch
lauravandoore
462
33k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Rails Girls Zürich Keynote
gr2m
95
14k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
The Language of Interfaces
destraynor
158
25k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Typedesign – Prime Four
hannesfritz
42
2.7k
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