.addScales {ggpedigree} | R Documentation |
Add Scales to ggplot Pedigree Plot
Description
Add Scales to ggplot Pedigree Plot
Usage
.addScales(p, config, status_column = NULL, focal_fill_column = NULL)
Arguments
p |
A ggplot object. |
config |
A list of configuration options for customizing the plot. See getDefaultPlotConfig for details. The list can include:
|
status_column |
Character string specifying the column name for affected status. Defaults to NULL. |
focal_fill_column |
Character string specifying the column name for focal fill color. |
Value
A ggplot object with added scales.