# Generated by roxygen2: do not edit by hand

export(align_pcdirs)
export(center_warping_funs)
export(compute_pfi)
export(plot_pc_diffs)
export(plot_pc_directions)
export(prep_testing_data)
export(prep_training_data)
export(simulate_functions)
importFrom(dplyr,
  "%>%",
  arrange,
  distinct,
  group_by,
  left_join,
  mutate,
  n,
  pull,
  rename,
  select
)
importFrom(fdasrvf,
  f_to_srvf,
  gradient,
  horizFPCA,
  jointFPCA,
  optimum.reparam,
  time_warping,
  vertFPCA,
  warp_f_gamma
)
importFrom(forcats,fct_relevel)
importFrom(ggplot2,
  .data,
  aes,
  facet_wrap,
  geom_hline,
  geom_line,
  geom_ribbon,
  ggplot,
  labs,
  scale_linetype_manual,
  scale_linewidth_manual,
  theme_bw
)
importFrom(purrr,
  map,
  map2,
  map_dbl,
  map_df,
  pmap
)
importFrom(stats,
  approx,
  predict,
  runif,
  setNames
)
importFrom(stringr,str_replace)
importFrom(tidyr,pivot_longer)
