Skip to content

Instantly share code, notes, and snippets.

@molly
Forked from Ironholds/molly_R.R
Last active August 29, 2015 14:07
Show Gist options
  • Save molly/77a8b7f5c596a02e3782 to your computer and use it in GitHub Desktop.
Save molly/77a8b7f5c596a02e3782 to your computer and use it in GitHub Desktop.
intertimes <- function(x, local_minimum){
return(sum(x > local_minimum) + 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment