This function builds a configuration list for ggPedigree plots. It merges a default configuration with user-specified settings, ensuring all necessary parameters are set.
buildPlotConfig(
default_config,
config,
function_name = "ggPedigree",
pedigree_size = NULL
)A complete configuration list with all necessary parameters.
A list of default configuration parameters.
A list of user-specified configuration parameters.
The name of the function for which the configuration is being built.
Size of the pedigree, used for point scaling.
getDefaultPlotConfig, vignette("v10_configuration")