emit_points(vis, props)layer_points(vis, ..., data = NULL)
emit_images(vis, props)
layer_images(vis, ..., data = NULL)
emit_arcs(vis, props)
layer_arcs(vis, ..., data = NULL)
emit_ribbons(vis, props)
layer_ribbons(vis, ..., data = NULL)
emit_paths(vis, props)
layer_paths(vis, ..., data = NULL)
emit_rects(vis, props)
layer_rects(vis, ..., data = NULL)
emit_text(vis, props)
layer_text(vis, ..., data = NULL)
props object, named according to the
properties listed below.To each property, you can assign any property object (prop)
either locally (i.e. in the mark), or in a parent layer.
mark_path will produce
a filled property. mark_point is an alias to mark_symbol.