a <- create_image_set(list(obs=array(runif(4*5*6), c(4,5,6))))
plot(a)
plot(a, idx=1:6)
a <- create_image_set(list(r=list(x=c(10,20,30,40), y=1:5*0.1),
obs=array(runif(4*5*6), c(4,5,6))))
plot(a)
a <- create_image_set(list(r=list(xmin=c(1, 2, 4, 7), xmax=c(2, 4, 7, 11),
ymin=c(1,1.1,2,2.1,3), ymax=c(1.1,2,2.1,3,3.1)),
obs=array(runif(4*5*6), c(4,5,6))))
plot(a)
plot(a, idx=1:5)
Run the code above in your browser using DataLab