retrace.evs uses the input graph and reference event.vectors object to return the source data rows corresponding to the event vertices.

retrace.evs(event_graph, evs)

Arguments

event_graph

A graph contained within $evt_graphs (use the `[[` primitive if using a numeric index; otherwise, use `$`)

evs

An object of class event.vectors

Value

A list of distinct rows that map to the source event data. Event graph vertex names can be used to subset the output.