1226 search results for "ggplot2"

Anatomy of a Life-Milestone Announcement on Facebook

July 15, 2010
By
Anatomy of a Life-Milestone Announcement on Facebook

As I have mentioned, I recently returned for a lovely trip to Europe. While on vacation my brilliant, beautiful, funny, and all around perfect girlfriend accepted my invitation to be my wife.

Pause for shared overwhelming feeling of joy…

While I am still basking in the glow of being the luckiest man on Earth, as

Read more »

ggplot2 GSOC progress

July 15, 2010
By
ggplot2 GSOC progress

(Written by Ian Fellows) The RForge build error has been fixed. the package can now be tried with: install.packages("Deducer",,"http://www.rforge.net",type="source")

Read more »

ggplot2 GSOC progress

July 15, 2010
By
ggplot2 GSOC progress

(Written by Ian Fellows) The next installment of the vlog is here. All of ggplot2 has been implemented, including layers, scales, facets, and themes. For some reason rforge.net is having some troubles with my package, so you would need to build it from...

Read more »

Creating a Presentation with LaTeX Beamer – Tables

July 14, 2010
By
Creating a Presentation with LaTeX Beamer – Tables

Tables of information can be included in a LaTeX beamer presentation in the same way that they would be incorporated into any other LaTeX document. The tabular environment is used and, if necessary, the tables could be numbered but this probably doesn’t make as much sense as labelling and numbering tables within an article or

Read more »

QQ plot of p-values in R using base graphics

July 14, 2010
By

Update Tuesday, September 14, 2010: Fixed the ylim issue, now it sets the y axis limit based on the smallest observed p-value. A while back Will showed you how to create QQ plots of p-values in Stata and in R using the now-deprecated sma package. A bi...

Read more »

Area Plots with Intensity Coloring

July 13, 2010
By
Area Plots with Intensity Coloring

I am not sure apeescape’s ggplot2 area plot with intensity colouring is really the best way of presenting the information, but it had me intrigued enough to replicate it using base R graphics.

The key technique is to draw a gradient...

Read more »

Area Plots with Intensity Coloring

July 13, 2010
By
Area Plots with Intensity Coloring

I am not sure apeescape’s ggplot2 area plot with intensity colouring is really the best way of presenting the information, but it had me intrigued enough to replicate it using base R graphics.

The key technique is to draw a gradient...

Read more »

A quantum leap (CoRe in CiRM [4])

July 12, 2010
By
A quantum leap (CoRe in CiRM [4])

Today, as I was trying to install SpatialEpi to use the Scotland lip cancer data in the last chapter of Bayesian Core, I realised my version of R, R Version 2.6.1, was hopelessly out of date! As I am also using Hardy Heron, a somehow antiquated version of Ubuntu on my Mac, upgrading R took

Read more »

Charting the World Cup

July 12, 2010
By
Charting the World Cup

Now that Spain has won the World Cup, it's interesting to go back and look at some metrics from the matches and see if we can tease out what characteristics made for a winning Cup team this time around. Fortunately, the Guardian's Data Blog has made a wealth of World Cup statistics available, with data on every player of...

Read more »

World Cup 2010 Statistics Plotted with R

July 11, 2010
By
World Cup 2010 Statistics Plotted with R

Opta  agreed to let the UK Guardian Data Blog publish 2010 World Cup Team and Player statistics.  The data is available in a Google Docs spreadsheet.  There are two tabs on this spreadsheet - one is PLAYERS the other is TEAM st...

Read more »