plotUndisputed {dvir} | R Documentation |
Plot undisputed identifications
Description
Plot undisputed identifications
Usage
plotUndisputed(dvi, undisputed, ...)
Arguments
dvi |
A |
undisputed |
A data frame containing the undisputed matches, typically
the entry |
... |
Further arguments passed on to |
See Also
findUndisputed()
, plotSolution()
Examples
# Example
res = findUndisputed(example2, threshold = 2, verbose = FALSE)
u = res$summary
plotUndisputed(example2, u, marker = 1)
[Package dvir version 3.2.1 Index]