You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered: