R/threshold_check.R

Defines functions threshold_check

Documented in threshold_check

#' Threshold check.
#'
#' @param dat_search
#'
#' @return
#'
#' @examples
threshold_check <- function(dat_search) {
  dat_search %>% filter(fh == 1) %>% ggplot(., aes(x = dist.cent, click.distance)) + geom_point()
}
calenwalshe/humansearch documentation built on March 19, 2021, 5:23 p.m.