powered by
Plot undisputed identifications
plotUndisputed(dvi, undisputed, ...)
A dviData object.
dviData
A data frame containing the undisputed matches, typically the entry undisputed in output from findUndisputed() (only three first columns used).
undisputed
findUndisputed()
Further arguments passed on to plotSolution().
plotSolution()
findUndisputed(), plotSolution()
# Example res = findUndisputed(example2, threshold = 2, verbose = FALSE) u = res$summary plotUndisputed(example2, u, marker = 1)
Run the code above in your browser using DataLab