# Generated by roxygen2: do not edit by hand

export("%>%")
export(compute_velocity_ek)
export(diff_ek)
export(diff_nh)
export(extract_saccades)
export(filter_via_savitzky_golay)
export(input_to_matrix)
export(method_ek)
export(method_nh)
export(method_om)
export(option_or_default)
export(sd_via_median_estimator)
import(Rcpp)
importFrom(Rcpp,evalCpp)
importFrom(cluster,silhouette)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(magrittr,`%>%`)
importFrom(rlang,.data)
importFrom(signal,sgolayfilt)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
useDynLib(saccadr)
