related_coef: related_coef (Deprecated)

View source: R/helpGeneric.R

related_coefR Documentation

Description

When calling this function, a warning will be issued about its deprecation.

Usage

related_coef(...)

Arguments

...

Arguments to be passed to 'calculateRelatedness'.

Details

This function is a wrapper around the new 'calculateRelatedness' function. ‘related_coef' has been deprecated, and it’s advised to use 'calculateRelatedness' directly.

Value

The same result as calling 'calculateRelatedness'.

See Also

calculateRelatedness for the updated function.

Examples

## Not run: 
# This is an example of the deprecated function:
related_coef(...)
# It is recommended to use:
calculateRelatedness(...)

## End(Not run)

R-Computing-Lab/BGMisc documentation built on April 3, 2025, 3:12 p.m.