Tag Archives: Graphs

Simple maps in Matlab

A recent article looked at producing simple maps in R. Here’s one way of doing similar things using Matlab.

Posted in Guides | Tagged , , | Comments Off on Simple maps in Matlab

Gentle R – Kernel Methods

Gentle R is a regular workshop run at the Australian Antarctic Division to assist those trying to develop skills in the statistical package R. In the next session Simon Wotherspoon will discuss kernel density estimation and kernel smoothing. It will be … Continue reading

Posted in Workshops | Tagged , , , | Comments Off on Gentle R – Kernel Methods

Maps in R

Often you want to display some data in its geographic context.  You can produce a range of simple maps in R with the maps and mapdata packages.

Posted in Guides | Tagged , | Comments Off on Maps in R

Yeroon!

Don’t ask us – we don’t know what it means either.  But at http://yeroon.net/ggplot2/ you’ll find a wonderful graphical interface to Hadley Wickham’s ggplot2 package.  With ggplot you can very easily produce some very sophisticated plots, but there is a lot to learn and … Continue reading

Posted in General Posts | Tagged , , | Comments Off on Yeroon!

Lattice vs ggplot2

R has several systems for producing complex plots.  Two of the more sophisticated are lattice and ggplot2.  Lattice is documented in Deepayan Sarkar’s book Lattice: Multivariate Data Visualization with R; ggplot2 is based on the the concepts presented in The Grammar … Continue reading

Posted in General Posts | Tagged , , , | Comments Off on Lattice vs ggplot2