Skip to content

Instantly share code, notes, and snippets.

@erzk
Created September 1, 2018 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erzk/67757c0bf8ae936a7da422aa36764366 to your computer and use it in GitHub Desktop.
Save erzk/67757c0bf8ae936a7da422aa36764366 to your computer and use it in GitHub Desktop.
library(ggplot2)
## first layer
v <- ggspectro(tico, ovlp = 50)
## using geom_tile ##
v + geom_tile(aes(fill = amplitude)) + stat_contour()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment