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