Each hd_geom_*() function creates a geometry layer that is added to an
hd() object via +. The layer records the geometry type and any
geometry-specific arguments; rendering only happens when the hd object is
printed.
Arguments
- ...
Geometry-specific arguments forwarded to
hd_make(). Usegeom_args()to discover available arguments per geometry, e.g.geom_args("line")listssmooth,dot_size,line_symbols.
Details
Geometry-specific arguments (...) are forwarded to hd_make() as the
... pass-through — they are the same arguments documented by
geom_args().
