# Generated by roxygen2: do not edit by hand

export(combine_data)
export(create_depth_stats)
export(create_wavelet)
export(create_wavelet_stats)
export(import_tag_data)
export(k_clustering)
export(pca_data)
export(pca_results)
export(pca_scores)
export(plot_TDR)
export(plot_cluster_TDR)
export(plot_clusters)
export(select_k)
import(dplyr)
import(ggplot2)
importFrom(FactoMineR,PCA)
importFrom(Rfast,Dist)
importFrom(WaveletComp,analyze.wavelet)
importFrom(WaveletComp,wt.avg)
importFrom(WaveletComp,wt.image)
importFrom(cluster,clusGap)
importFrom(cluster,silhouette)
importFrom(colorspace,qualitative_hcl)
importFrom(cowplot,plot_grid)
importFrom(data.table,fread)
importFrom(data.table,setDT)
importFrom(data.table,uniqueN)
importFrom(dplyr,mutate)
importFrom(geometry,convhulln)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(gridExtra,arrangeGrob)
importFrom(lubridate,days)
importFrom(lubridate,hour)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,with_tz)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(patchwork,wrap_plots)
importFrom(rgl,legend3d)
importFrom(rgl,plot3d)
importFrom(rgl,triangles3d)
importFrom(rlang,":=")
importFrom(scales,alpha)
importFrom(scales,muted)
importFrom(stats,aggregate)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(suncalc,getSunlightTimes)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
