# Generated by roxygen2: do not edit by hand

export(apply_filter)
export(arclength)
export(build_filter)
export(curvature)
export(deriv)
export(find_gaps_df)
export(get_body_cycle_numbers_df)
export(get_cycle_numbers)
export(get_frequency)
export(get_midline_center_df)
export(get_primary_swimming_axis)
export(get_primary_swimming_axis_df)
export(get_volume)
export(get_wavelength)
export(hilbert_phase)
export(interpolate_peak_location)
export(interpolate_points_df)
export(interpolate_points_frame)
export(interpolate_width)
export(peak_phase)
export(pivot_kinematics_longer)
export(skip_na)
export(smooth_point)
export(smooth_points_df)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pick)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo_name)
importFrom(stats,approx)
importFrom(stats,coefficients)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(tidyr,fill)
importFrom(tidyr,unnest)
importFrom(tidyselect,contains)
