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'm trying to turn off the strip panel of one of my plots. Unless I'm getting something wrong, according to the manual this is done with showsp= FALSE. But this doesn't seem to work. Below an reproducible example, but the same happens with my own data:
# use ADMIXTURE files (do not use this command to read local files)
afiles<- list.files(path=system.file("files/admixture",package="pophelper"), full.names=T)
alist <- readQ(files=afiles)
# plot
p3<-plotQ(alist[1],
returnplot=T,
exportplot=F,
sortind = "all", divsize = 1.5, showsp = FALSE,
exportpath = getwd())
plot(p3$plot[[1]])
And what I get:
I noticed that I would get rid of the strip text with splab="" so I got what I wanted, but I wanted to let you know in case this is a bug.
I'm running:
R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: OS X El Capitan 10.11.6
pophelper_2.3.1
(yes I hate upgrading, let me know if that is related)
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to turn off the strip panel of one of my plots. Unless I'm getting something wrong, according to the manual this is done with
showsp= FALSE
. But this doesn't seem to work. Below an reproducible example, but the same happens with my own data:And what I get:
I noticed that I would get rid of the strip text with
splab=""
so I got what I wanted, but I wanted to let you know in case this is a bug.I'm running:
R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: OS X El Capitan 10.11.6
pophelper_2.3.1
(yes I hate upgrading, let me know if that is related)
The text was updated successfully, but these errors were encountered: