related_coef | R Documentation |
When calling this function, a warning will be issued about its deprecation.
related_coef(...)
... |
Arguments to be passed to 'calculateRelatedness'. |
This function is a wrapper around the new 'calculateRelatedness' function. ‘related_coef' has been deprecated, and it’s advised to use 'calculateRelatedness' directly.
The same result as calling 'calculateRelatedness'.
calculateRelatedness
for the updated function.
## Not run:
# This is an example of the deprecated function:
related_coef(...)
# It is recommended to use:
calculateRelatedness(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.