plotUndisputed: Plot undisputed identifications

View source: R/plotUndisputed.R

plotUndisputedR Documentation

Plot undisputed identifications

Description

Plot undisputed identifications

Usage

plotUndisputed(dvi, undisputed, ...)

Arguments

dvi

A dviData object.

undisputed

A data frame containing the undisputed matches, typically the entry undisputed in output from findUndisputed() (only three first columns used).

...

Further arguments passed on to plotSolution().

See Also

findUndisputed(), plotSolution()

Examples


# Example
res = findUndisputed(example2, threshold = 2, verbose = FALSE)
u = res$summary
plotUndisputed(example2, u, marker = 1)


dvir documentation built on Sept. 11, 2024, 7:03 p.m.