geom_hypo_LG adds the linkage group (LG) boundaries to background of a ggplot.

geom_hypo_LG(...)

Arguments

...

catch all parameter (legacy)

Details

To add context to genome wide plots of a statistic (e.g. Fst) this function adds a alternating shaded background to the plot.

See also

Examples

ggplot() + geom_hypo_LG() + scale_fill_hypo_LG_bg() + scale_x_hypo_LG() + coord_cartesian(ylim = c(0, 1)) + theme_hypo()