Climate Charts & Graphs

Entries from May 2009

rpanel Package – Adds Interactive Capabilites to R

May 8, 2009 · 2 Comments

This post presents a short video that shows an interactive regression application using the rpanel package.

rpanel

Hadley Wickham’s Crantastic site currently lists 1,531 R packages.  This post shows how I have used one of these  packages, rpanel, to build an interactive regression tool,  similar to the interactive regression tool I built in Excel.

Excel users often add check boxes, sliders, drop down lists to add some interactive capabilities to worksheets. rpanel provides the same type of capability in the R environment. Since a video is worth a lot of text, here’s a short video that shows my interactive R regression application:

Interactive Regression - D Kelly O'Day

Interactive Regression - D Kelly O'Day

This movie requires Adobe Flash for playback.

rpanel has been developed by Adrian Bowman, et al at the University of Glasgow, Department of Statistics. They have several excellent support documents and scripts at this link.

The script and source data file are available at this link.

Only 1,530 R packages to go!

Categories: Climate Change · Interesting Data Tools · R Example and Scripts
Tagged: , ,

R Lets You Put Chart Inside Chart

May 6, 2009 · 3 Comments

In this post I give a quick tip on how to embed one chart within another chart. This can be useful in situations where you want to expand a part of your chart or show distinct ranges of your data set.           (more…)

Categories: Climate Change · R Example and Scripts
Tagged: , , ,

2009 Kentucky Derby Bumps Chart

May 5, 2009 · 5 Comments

In this post I show a bumps chart of the 2009 Kentucky Derby made with Excel. This was an incredibly exciting race, with the winner, Mind that Bird, moving from last place to 1st place in the last 1/4  mile.   The bumps chart captures the horses positions at 6 posts during the race. (more…)

Categories: R Example and Scripts