Skip to content
Prev 285449 / 398502 Next

Plotting monthly maps from yearly data

..... you don't really consider this a well formed question do you?

(Among others:)
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
http://www.gerv.net/hacking/how-to-ask-good-questions/

What immediately comes to mind:

i) Plotting engine? (base, lattice, or ggplot2)
ii) When you mean "maps" are we to understand you have
four-dimensional (latitude + longitude + time + value) data? Or are
you using map in another sense (i.e., a function maps one set of
values to another)
iii) Is facetting acceptable? (https://en.wikipedia.org/wiki/Small_multiple)
iv) How is your data currently structured? (See the first link above)
v) Can you plot a single map already and are asking how to do multiple
plots on the same device?
vi) http://mattgemmell.com/2008/12/08/what-have-you-tried/

Michael
On Wed, Feb 15, 2012 at 2:42 PM, uday <uday_143_4u at hotmail.com> wrote: