Skip to content

Instantly share code, notes, and snippets.

@Ironholds
Created October 7, 2014 21:10
Show Gist options
  • Save Ironholds/834c6277e9cbe059fbc5 to your computer and use it in GitHub Desktop.
Save Ironholds/834c6277e9cbe059fbc5 to your computer and use it in GitHub Desktop.
intertimes <- function(x, local_minimum){
return(length(x[x > local_minimum]) + 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment