Charts & Graphs

Putting Consolidated Global Temperature Data on-line

July 10, 2009 · 8 Comments

In this post I describe an R script that retrieves monthly global temperature anomaly data from 5 sources and consolidates the data into a single CSV file. I then post the consolidated file in an on-line  Google spreadsheet so that users can download the data and conduct their own global temperature trend analysis.

Keep reading →

→ 8 CommentsCategories: Climate Change · R Example and Scripts · Time Series Charts

Decadal Trend Rates in Global Temperature

July 2, 2009 · 8 Comments

This post presents an R based chart of global GISS land and sea temperature anomaly data for the 1880-2009 period with both the long term trend and the individual decadal trends. Links to the source data file and the R script are provided so that readers can reproduce/ improve on this analysis. Keep reading →

→ 8 CommentsCategories: Climate Change · R Example and Scripts · Time Series Charts

Chart Doctor Update

June 16, 2009 · 2 Comments

Non Issue Is Over

It’s been an interesting 24 hours  in the chart blog world. I am happy to announce that the Chart Doctor name issue is completely resolved on my part and I apologize for generating what turned out to be an unnecessary controversy because Akismet flagged my comment to Chandoo’s post as spam. Keep reading →

→ 2 CommentsCategories: Chart Principles · General

The Original Chart Doctor

June 15, 2009 · 14 Comments

Chart Doctor Started 9/30/06

I started my Chart Doctor feature at ProcessTrends.Com way back on 9/30/06: Keep reading →

→ 14 CommentsCategories: Chart Principles · General

rpanel Package – Adds Interactive Capabilites to R

May 8, 2009 · 1 Comment

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:

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!

→ 1 CommentCategories: Climate Change · Interesting Data Tools · R Example and Scripts

R Lets You Put Chart Inside Chart

May 6, 2009 · 2 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.           Keep reading →

→ 2 CommentsCategories: Climate Change · R Example and Scripts

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. Keep reading →

→ 5 CommentsCategories: R Example and Scripts

Don’t Try This With Excel

April 22, 2009 · 5 Comments

In this post I show 4 charts of the same data to demonstrate  what Excel chart users are missing by not having a more powerful charting tool. This post,  building on my previous discussion of using factors for conditional formatting,  shows the potential advantages of plotting summary values and bounding area polygons . These analytical displays are not readily available to even advanced Excel users. Keep reading →

→ 5 CommentsCategories: Chart Principles · R Example and Scripts
Tagged: , , ,

Learn R Toolkit Videos

April 20, 2009 · Leave a Comment

My list of free Learn R Toolkit videos is growing. Here’s the latest list of free videos:

Modules 3-6 of the toolkit includes video training, working R scripts and data files to get you started writing R chart scripts in less than a day. Modules 3 – 6 are available for $19 with my  money back guarantee.

So there’s no reason for you to put off learning R. You now have a risk free way to start using R  for your advanced charts.

→ Leave a CommentCategories: R Example and Scripts

Excel Deja Vu All Over Again

April 17, 2009 · 4 Comments

In reading a recent Excel charting post, I got that Yogi Berra feeling, “..this is deja vu all over again”. I could have sworn that I had made or seen  a similar chart several years ago. This  post looks into the deja vu mystery and reports on my findings. You’ll have to read this post to see if Yogi’s quote applies to Excel charts.

Keep reading →

→ 4 CommentsCategories: Chart Principles · General · R Example and Scripts