You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ggplot2
Hi,
I am using facet wrap but would like to change the order of the facets
so that they are not alphabetically or numerically ordered.
I am using the facet wrap command
facet_wrap(~arm, ncol=1,scales = "fixed")
where
> summary(wins$arm)
2L 2R 3L 3R X
The facets appear in that order, but I would like them to appear in
the following order (which is the order they are in in my data.frame):
2R 2L 3R 3L X
Thanks!
squid.
hadley wickham
unread,
Dec 15, 2009, 9:44:09 AM12/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message