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
CSC305 Lecture 26
javiergs
PRO
0
140
Webエンジニア主体のモバイルチームの 生産性を高く保つためにやったこと
igreenwood
0
340
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
270
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
390
useSyncExternalStoreを使いまくる
ssssota
6
1.1k
MCP with Cloudflare Workers
yusukebe
2
220
毎日13時間もかかるバッチ処理をたった3日で60%短縮するためにやったこと
sho_ssk_
1
140
なまけものオバケたち -PHP 8.4 に入った新機能の紹介-
tanakahisateru
1
120
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
280
php-conference-japan-2024
tasuku43
0
320
情報漏洩させないための設計
kubotak
3
300
Security_for_introducing_eBPF
kentatada
0
110
Featured
See All Featured
A Tale of Four Properties
chriscoyier
157
23k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Docker and Python
trallard
42
3.1k
Facilitating Awesome Meetings
lara
50
6.1k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
170
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
KATA
mclloyd
29
14k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Code Review Best Practice
trishagee
65
17k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
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