relatedness {BGmisc} | R Documentation |
relatedness (Deprecated)
Description
When calling this function, a warning will be issued about its deprecation.
Usage
relatedness(...)
Arguments
... |
Arguments to be passed to 'inferRelatedness'. |
Details
This function is a wrapper around the new 'inferRelatedness' function. ‘relatedness' has been deprecated, and it’s advised to use 'inferRelatedness' directly.
Value
The same result as calling 'inferRelatedness'.
See Also
inferRelatedness
for the updated function.
Examples
## Not run:
# This is an example of the deprecated function:
relatedness(...)
# It is recommended to use:
inferRelatedness(...)
## End(Not run)
[Package BGmisc version 1.3.2 Index]