Skip to contents

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

Usage

relatedness(...)

Arguments

...

Arguments to be passed to `inferRelatedness`.

Value

The same result as calling `inferRelatedness`.

Details

This function is a wrapper around the new `inferRelatedness` function. `relatedness` has been deprecated, and it's advised to use `inferRelatedness` directly.

See also

inferRelatedness for the updated function.

Examples

if (FALSE) {
# This is an example of the deprecated function:
relatedness(...)
# It is recommended to use:
inferRelatedness(...)
}