make_correspondences: Make correspondences

make_correspondencesR Documentation

Make correspondences

Description

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).

Usage

make_correspondences(
  dyad_ls,
  append_1L_lgl = T,
  correspondences_ls = NULL,
  names_1L_lgl = F,
  reference_1L_int = 2L
)

Arguments

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

Value

Correspondences (a list)


ready4-dev/ready4use documentation built on June 1, 2025, 2:06 p.m.