# Generated by roxygen2: do not edit by hand

S3method(summary,correlation_test)
S3method(summary,pca_test_results)
export(correlation_test)
export(lobanov_2)
export(mds_test)
export(pc_flip)
export(pca_contrib_plot)
export(pca_rotate_2d)
export(pca_rotate_procrustes)
export(pca_test)
export(permutation_test)
export(plot_correlation_counts)
export(plot_correlation_magnitudes)
export(plot_loadings)
export(plot_mds_test)
export(plot_pc_input)
export(plot_pc_vs)
export(plot_permutation_test)
export(plot_procrustes_loadings)
export(plot_variance_explained)
export(plot_vowel_space)
export(procrustes_loadings)
importFrom(Rdpack,reprompt)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(forcats,fct_reorder)
importFrom(gghalves,geom_half_point)
importFrom(gghalves,geom_half_violin)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,arrow)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_linewidth_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_x_reverse)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,stat_density)
importFrom(ggplot2,stat_ellipse)
importFrom(ggplot2,theme)
importFrom(ggrepel,geom_label_repel)
importFrom(glue,glue)
importFrom(grid,unit)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(patchwork,plot_annotation)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(rsample,bootstraps)
importFrom(smacof,smacofSym)
importFrom(stats,cor.test)
importFrom(stats,na.omit)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,expand)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(vegan,procrustes)
