Skip to content

Instantly share code, notes, and snippets.

@DrNickRedfern
Created March 11, 2022 10:31
Show Gist options
  • Save DrNickRedfern/8e198450d798e5e0cf59e37517df24bf to your computer and use it in GitHub Desktop.
Save DrNickRedfern/8e198450d798e5e0cf59e37517df24bf to your computer and use it in GitHub Desktop.
Formatting scales on axes
scaleFUN <- function(x) sprintf("%.1f", x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment