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
Hello,
a very useful package.
When I make a raw_grid of several plates, the plates are displayed in alphabetical order. I would prefer to show the plates in their original order.
I don't have access to an R installation right now, so I'll give this a proper look soon, but in the meantime I think there could be a quick fix by modifying your data.
The plate order is determined by ggplot2's facet_wrap() function, which should follow any factor levels. So if you set your factor levels for your plate column, this should fix the issue.
Hello Swarchal,
Thanks for the fast reply.
I could not solve the problem with factor levels. With facet_wrap, the following code preserves the original order:
Hello,
a very useful package.
When I make a raw_grid of several plates, the plates are displayed in alphabetical order. I would prefer to show the plates in their original order.
In this example, the plates will be plotted in the order p1, p10, p2 instead of the orgininal order p1, p2, p10.
[1] "p1" "p2" "p10"
Best Regards,
Konrad
The text was updated successfully, but these errors were encountered: