performance.origin returns a data.frame with variables
origin = start representing the true origin,
est the estimated node of origin,
hitt logical indicating whether origin estimation is correct or not,
rank rank of correct detection,
spj number of segments from estimated origin to true origin (requires an igraph object),
dist distance along the shortest path from estimated origin to true origin (igraph edge attribute length)
Arguments
x
object of class origin, origin estimation object from function origin_xxx
...
further arguments to be passed to default plot function
object
object of class origin, origin estimation object from function origin_xxx; passed to x
y
character specifying the variable being plotted at the y-axis; options are 'id' for node identifier (default), 'mdist' for mean distance (only available for origin_edm) or 'wvar' for weighted variance (only available for origin_edm)
start
numeric, giving the node of the true origin
graph
igraph object specifying the underlying network graph with attribute 'length' on edges for calculation of distance to the correct origin