.addOverlay {ggpedigree} | R Documentation |
Add Overlay to ggplot Pedigree Plot
Description
Add Overlay to ggplot Pedigree Plot
Usage
.addOverlay(
p,
config,
focal_fill_column = NULL,
status_column = NULL,
overlay_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:
|
focal_fill_column |
Character string specifying the column name for focal fill color. |
status_column |
Character string specifying the column name for affected status. Defaults to NULL. |
overlay_column |
Character string specifying the column name for overlay alpha values. |
Value
A ggplot object with added overlay.