Skip to content

Plotting monthly maps from yearly data

3 messages · uday, R. Michael Weylandt

#
I have some data set which is available from 2005-2010 . I would like plot
monthly maps out of it. 
So how I should write loop that can plot this yearly data to for every month
and write title for individual months too. 


--
View this message in context: http://r.789695.n4.nabble.com/Plotting-monthly-maps-from-yearly-data-tp4391704p4391704.html
Sent from the R help mailing list archive at Nabble.com.
#
..... 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:
1 day later