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
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
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