Climate Charts & Graphs

Entries from December 2008

R ggplot2 Plot Beats Excel Stacked Column Chart

December 19, 2008 · 1 Comment

In this post, I follow up on a previous post to show how Hadley Wickhams’s  R  package,  ggplot2, prepares a multipanel  plot as an alternative to the lattice package. The script was prepared by a skilled reader, Wayne. (more…)

Categories: R Example and Scripts
Tagged: ,

Interesting Data Tools: Tinkerplots

December 17, 2008 · 2 Comments

There are many data analysis and charting tools that Excel users should check out to see what is available in the world outside Excel. I’ll be posting about interesting tools that I find and/or readers tell me about.  Here’s my first – Tinkerplots (more…)

Categories: Interesting Data Tools · Multivariate Charts
Tagged:

R Works With Factors

December 12, 2008 · 3 Comments

In this post, I show how to create a factor variable  from categorical data and analyze the role of the factor and the decade using  conditional  boxplots  on time series data. (more…)

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

Showing Change Points in a Trend Chart with R

December 2, 2008 · 6 Comments

In this post, I show how to add change points to a trend chart with R. Readers can compare my R and Excel – VBA solutions for the same chart to compare R and Excel VBA charting programming. (more…)

Categories: Chart Principles · Climate Change · R Learning Curve · Time Series Charts
Tagged: , ,