When calling this function, a warning will be issued about its deprecation.
Details
This function is a wrapper around the new `simulatePedigree` function. `SimPed` has been deprecated, and it's advised to use `simulatePedigree` directly.
See also
simulatePedigree
for the updated function.
Examples
if (FALSE) {
# This is an example of the deprecated function:
SimPed(...)
# It is recommended to use:
simulatePedigree(...)
}