# NOT RUN {
g <- make_lattice( c(3,3) )
layout_on_grid(g)
g2 <- make_lattice( c(3,3,3) )
layout_on_grid(g2, dim = 3)
# }
# NOT RUN {
plot(g, layout=layout_on_grid)
rglplot(g, layout=layout_on_grid(g, dim = 3))
# }
Run the code above in your browser using DataLab