CMplot icon indicating copy to clipboard operation
CMplot copied to clipboard

how to alter multiple track qq plots

Open srad26 opened this issue 2 years ago • 1 comments

I am wondering if there is a way to alter multitrack QQ plots so they are displayed on more than one line. Currently I have 15 plots loaded, but they display all on one line when I would prefer they are laid out in a 3x5 structure. Is there a way to adjust this?

Here is a short version of the code I am currently using to make the plots:

y=read.csv("file.csv", header=TRUE) Traits<-list(Y$Alanine, Y$arginine, Y$oil) CMplot(Y, plot.type="q", file="tiff", dpi=300, file.name="filename", col=c("dodgerblue"), multracks = TRUE)

srad26 avatar Nov 30 '23 16:11 srad26

Sorry that it's now not achievable to set the output structure for current version.

YinLiLin avatar Dec 25 '23 10:12 YinLiLin