# NOT RUN {
G = setDesignG()
### show the 56-th row
g = matrix( G[56,] , ncol=16, nrow=16)
imagesc(g)
# }
# NOT RUN {
### show total coverage
zim = matrix(0 , ncol=16, nrow=16)
for(i in 1:dim(G)[1])
{
g = matrix( G[i,] , ncol=16, nrow=16)
zim =zim + g
}
image(zim)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab