Description Usage Arguments Details See Also Examples
View source: R/hypogen_basics.R
geom_hypo_LG
adds the linkage group (LG) boundaries to background of a ggplot.
1 |
... |
catch all parameter (legacy) |
To add context to genome wide plots of a statistic (e.g. Fst) this function adds a alternating shaded background to the plot.
1 2 3 4 5 6 | ggplot() +
geom_hypo_LG() +
scale_fill_hypo_LG_bg() +
scale_x_hypo_LG() +
coord_cartesian(ylim = c(0, 1)) +
theme_hypo()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.