# Three figures, only the first is shown
draw(shape(cof(s_lily(), square(), s_star())))
# Show the third figure (star)
draw(shape(cof(s_lily(), square(), s_star()), n = 3))
# Show the first and the second figures
draw(shape(cof(s_lily(), square(), s_star()), n = c(1,2)))
Run the code above in your browser using DataLab