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
Hi, I am having an issue trying to both re-order and sort my groups. It seems that I can only do one or the other - and not both. My group labels are non-contiguous and I am using the most up-to-date version of pophelper.
This plot is sorted, but the groups are not re-ordered. The only way that I can get the groups re-ordered to what I have specified in "subset" is to remove sortind="all" from the above code.
I have noticed that there is not an example of both re-ordering AND sorting in the vignette, so I am wondering if it is possible to do both of these at the same time. Visually, it is important for me to group my locations based on how close they are to each other, but without the sorted data, the plot is pretty useless.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I am having an issue trying to both re-order and sort my groups. It seems that I can only do one or the other - and not both. My group labels are non-contiguous and I am using the most up-to-date version of pophelper.
This is what I am using to plot:
p3 <- plotQ(alignK(qlist[c(1:9)]),imgoutput="join",returnplot=T,exportplot=F,basesize=11,
grplab=inds,grplabsize=3.5,linesize=0.8,pointsize=3,showindlab=F,sharedindlab=F,sortind="all",
ordergrp=T,subset=c("AB", "SK", "ID", "CO", "CN", "CV", "CE", "AZ", "TX"),splab=spnames[1:9],
splabsize = 20)
This plot is sorted, but the groups are not re-ordered. The only way that I can get the groups re-ordered to what I have specified in "subset" is to remove sortind="all" from the above code.
I have noticed that there is not an example of both re-ordering AND sorting in the vignette, so I am wondering if it is possible to do both of these at the same time. Visually, it is important for me to group my locations based on how close they are to each other, but without the sorted data, the plot is pretty useless.
Thank you!
The text was updated successfully, but these errors were encountered: