Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Last active December 28, 2015 17:39
Show Gist options
  • Save brantfaircloth/7537387 to your computer and use it in GitHub Desktop.
Save brantfaircloth/7537387 to your computer and use it in GitHub Desktop.
Reorder labels in R (order, labels, R, reorder)
data$method = factor(data$method, levels=c("abyss k=25", "velvet k=25", "trinity k=25"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment