make_correspondences | R Documentation |
make_correspondences() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make correspondences. The function returns Correspondences (a list).
make_correspondences(
dyad_ls,
append_1L_lgl = T,
correspondences_ls = NULL,
names_1L_lgl = F,
reference_1L_int = 2L
)
dyad_ls |
Dyad (a list) |
append_1L_lgl |
Append (a logical vector of length one), Default: T |
correspondences_ls |
Correspondences (a list), Default: NULL |
names_1L_lgl |
Names (a logical vector of length one), Default: F |
reference_1L_int |
Reference (an integer vector of length one), Default: 2 |
Correspondences (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.