Biometris / statgenGWAS

See https://biometris.github.io/statgenGWAS for a full description
https://biometris.github.io/statgenGWAS/
12 stars 3 forks source link

Plot title and axis labels #5

Closed JunxiFeng closed 3 years ago

JunxiFeng commented 3 years ago

How do I add a title for the plot and how do I change the labels in the axis?

Thanks!

BartJanvanRossum commented 3 years ago

In the current CRAN version of the package editing the plot title is not possible. It will be included in the next release and is already in the latest development version that can be installed as follows:

remotes::install_github("Biometris/statgenGWAS", ref = "develop", dependencies = TRUE) 

After installing this version you can use title = ... to customize the plot title.

For changing the x-axis labels in the manhattan plot use xlab = ...