Skip to contents

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

Usage

SimPed(...)

Arguments

...

Arguments to be passed to `simulatePedigree`.

Value

The same result as calling `simulatePedigree`.

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(...)
}