# NOT RUN {
#explicit construction
v <- GeomArray (2, D=2)
v [[1]] <- regPolygon (6, d=1)
v [[2]] <- regPolygon (6, d=2)
plot (v)
#construction via matrix array multiplication
v <- regPolygon (6, d=1)
# }
# NOT RUN {
<!-- %]*% bscl2 (1:2) -->
# }
# NOT RUN {
plot (v)
# }
Run the code above in your browser using DataLab