Skip to content

Instantly share code, notes, and snippets.

@04pallav
Last active June 6, 2018 15:45
Show Gist options
  • Save 04pallav/155b32c7db6b9df499d9bb2f6ccfd384 to your computer and use it in GitHub Desktop.
Save 04pallav/155b32c7db6b9df499d9bb2f6ccfd384 to your computer and use it in GitHub Desktop.
Force ggplot to stop scientific notation
options("scipen"=-100, "digits"=4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment