# Generated by roxygen2: do not edit by hand

export(association_metrics)
export(average_seq_length)
export(calculate_conditional_entropy)
export(calculate_distance_matrix)
export(calculate_transition_counts)
export(calculate_transition_probs)
export(cluster_elements)
export(compare_distinct_elements_per_list_item)
export(cooccurrence_matrix)
export(count_distinct_elements)
export(count_distinct_elements_per_list_item)
export(count_distinct_elements_per_list_item_shuffled)
export(element_covariate)
export(element_covariate_network)
export(element_duration)
export(element_position)
export(find_most_similar_columns)
export(generate_sequence)
export(long_to_sequences)
export(median_seq_length)
export(menzerath_plot)
export(min_max_seq_length)
export(perform_clustering)
export(plot_seq_length_distribution)
export(redundancy)
export(sd_seq_length)
export(sequence_duration_summary)
export(sequence_length_summary)
export(sequence_length_summary_covariate)
export(sequence_length_summary_element)
export(sequences_to_long)
export(shuffle_sequences_across)
export(shuffle_sequences_within)
export(temporal_overlap)
export(transition_chisq)
export(transition_entropy)
export(transition_predictions)
export(transition_test)
export(zipf_plot)
import(dplyr)
import(ggplot2)
import(stringr)
import(tidyr)
import(tidytext)
importFrom(apcluster,apcluster)
importFrom(apcluster,negDistMat)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_frac)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fpc,dbscan)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggraph,create_layout)
importFrom(ggraph,geom_edge_fan)
importFrom(ggraph,geom_node_label)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,ggraph)
importFrom(ggraph,scale_edge_alpha)
importFrom(ggraph,theme_graph)
importFrom(grDevices,rainbow)
importFrom(graphics,layout)
importFrom(igraph,"V<-")
importFrom(igraph,"edge.attributes<-")
importFrom(igraph,"vertex.attributes<-")
importFrom(igraph,V)
importFrom(igraph,add_vertices)
importFrom(igraph,bipartite_mapping)
importFrom(igraph,cluster_fast_greedy)
importFrom(igraph,delete_edges)
importFrom(igraph,edge.attributes)
importFrom(igraph,get.data.frame)
importFrom(igraph,graph.adjacency)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,modularity)
importFrom(igraph,vertex.attributes)
importFrom(kernlab,specc)
importFrom(magrittr,"%>%")
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(naivebayes,naive_bayes)
importFrom(ranger,ranger)
importFrom(rlang,":=")
importFrom(stats,as.dist)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(tibble,enframe)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tidytext,unnest_tokens)
importFrom(utils,head)
importFrom(utils,tail)
