Skip to content
Prev 17459 / 29559 Next

spatio temporal variogram

Hi!

When you make your shift from the first data set to the second, set it up such the the X1 - X4 are time series.

For instance, if your data frame is called d1.df,
d1.df$X1 <- ts(d1.df$X1,start=1981,freq=12)
(for monthly data)

Hope this helps!

Sincerely,
Erin