wkt_grob: Generate grid geometries from well-known geometries
Description
Using wkt_meta() and wkt_coords(), these functions create graphical objects
using the grid package. Vectors that contain geometries of a single dimension
are efficiently packed into a grid::pointsGrob(), grid::polylineGrob(),
or grid::pathGrob(). Vectors with mixed types and nested collections are encoded
less efficiently using a grid::gTree().