grid<- list( x= seq( 0,5,,100), y= seq(0,5,,100))
obj<-Exp.image.cov( grid=grid, theta=.5, setup=TRUE)
look<- sim.rf( obj)
look2 <- sim.rf( obj)
res <- CSIsamples(X=look, Y=look2, 10, threshold=0, k=100,
width=2, z.mult=0, hit.threshold=0.25, max.csi.clust=75)
plot(res)
y <- summary(res)
plot(y)
data(UKfcst6)
data(UKobs6)
res <- CSIsamples(UKobs6, UKfcst6, threshold=0, k=200, z.mult=0.3, hit.threshold=0.2,
max.csi.clust=150, verbose=TRUE)
plot(res)
summary(res)
y <- summary(res)
plot(y)
Run the code above in your browser using DataLab