When calling this function, a warning will be issued about its deprecation.
Details
This function is a wrapper around the new `calculateRelatedness` function. `related_coef` has been deprecated, and it's advised to use `calculateRelatedness` directly.
See also
calculateRelatedness
for the updated function.
Examples
if (FALSE) {
# This is an example of the deprecated function:
related_coef(...)
# It is recommended to use:
calculateRelatedness(...)
}