[R-sig-Geo] analyse geo-time data

2009-01-08 Thread Katona Lajos
Dear all, can you suggest/advise statistical methode in R to analyse my time series and regional/spatial data? I have 174 region and daily (365) data for every region (geo-time data). (There is 174*365=63510 data/observation) How can I building a model what is founded on parameters of spatial a

Re: [R-sig-Geo] fixed colors in maps (Katona Lajos)

2008-12-29 Thread Katona Lajos
Hi, there is an example here: library(sp) library(lattice) library(RColorBrewer) data(meuse) coordinates(meuse) <- ~x+y meuse$color_codes=as.numeric(meuse$ffreq)+as.numeric(meuse$soil)+as.numeric(meuse$lime) meuse$color_codes[1:3]=1 meuse$color_codes[4:7]=2 meuse$color_codes[16:20]=8 meuse$color_c

[R-sig-Geo] fixed colors in maps

2008-12-27 Thread Katona Lajos
Hi, I have a proble, can you help me? :-) I'd like to make lots of maps with spplot with fixed colors and color range. There is in the data the "colors" field or variable which can have fixed value: 1, 2, 3, 4, 5, 6, 7, 8, 9. But in an actual date I have not all value in regions for example onl