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
The scale_x_discrete function does not respect the true order of bars which is initially set by alphabetical order, whereas the function renames the x graduations with a totally different order : this is FALSE.
Test example :
> degbar_data
dataset Regulation
1 b a.Upregulated
2 b c.Downregulated
3 b a.Upregulated
4 b a.Upregulated
5 b c.Downregulated
6 b a.Upregulated
7 b a.Upregulated
8 b a.Upregulated
9 b a.Upregulated
10 b a.Upregulated
50001 c b.Unperturbed
50002 c b.Unperturbed
50003 c b.Unperturbed
50004 c b.Unperturbed
50005 c b.Unperturbed
50006 c b.Unperturbed
50007 c b.Unperturbed
50008 c b.Unperturbed
50009 c b.Unperturbed
50010 c b.Unperturbed
100001 a b.Unperturbed
100002 a b.Unperturbed
100003 a b.Unperturbed
100004 a b.Unperturbed
100005 a b.Unperturbed
100006 a b.Unperturbed
100007 a b.Unperturbed
100008 a b.Unperturbed
100009 a b.Unperturbed
100010 a b.Unperturbed
I suggest to remove the scale_x_discrete function.
The text was updated successfully, but these errors were encountered:
I dug into the functions and found an error in the
draw_degbar
function from the package :The
scale_x_discrete
function does not respect the true order of bars which is initially set by alphabetical order, whereas the function renames the x graduations with a totally different order : this is FALSE.Test example :
I suggest to remove the scale_x_discrete function.
The text was updated successfully, but these errors were encountered: