A collection of drawable objects
sketch.Rdsketch is a list of drawable objects that can be rendered together
with a single call to draw(). Sketches can be built up incrementally
using the + operator, e.g. sketch() + circle() + circle(x = 2).
Usage
sketch(shapes = list())