View source: R/plotUndisputed.R
plotUndisputed | R Documentation |
Plot undisputed identifications
plotUndisputed(dvi, undisputed, ...)
dvi |
A |
undisputed |
A data frame containing the undisputed matches, typically
the entry |
... |
Further arguments passed on to |
findUndisputed()
, plotSolution()
# Example
res = findUndisputed(example2, threshold = 2, verbose = FALSE)
u = res$summary
plotUndisputed(example2, u, marker = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.