View source: R/get_inspect_pairs.R
get_inspect_pairs | R Documentation |
Get a subset of pairs to inspect
get_inspect_pairs(
pairs,
variable,
threshold,
position = NULL,
n = 11,
x = attr(pairs, "x"),
y = attr(pairs, "y")
)
pairs |
|
variable |
name of variable to base the selection on; should be a variable with the similarity score of the pairs. |
threshold |
the threshold around which to select pairs. Used when position is not given. |
position |
select pairs around this position (based on order of
|
n |
number of pairs to select. Pairs are selected symmetric around the theshold. |
x |
|
y |
|
Returns a list with elements pairs
with the selected pairs;
x
records from x
corresponding to the pairs; y
records
from y
corresponding to the pairs; position
position of the
selected pairs; index
index of the pairs in pairs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.