Skip to content

Instantly share code, notes, and snippets.

@shelajev
Last active June 6, 2018 13:51
Show Gist options
  • Select an option

  • Save shelajev/a257bad6e810f0d7ed4ff8dfff8a4d5d to your computer and use it in GitHub Desktop.

Select an option

Save shelajev/a257bad6e810f0d7ed4ff8dfff8a4d5d to your computer and use it in GitHub Desktop.
r-plots.r
library(lattice)
mtcars$cars <- rownames(mtcars)
print(barchart(cars~mpg, data=mtcars))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment