# Generated by roxygen2: do not edit by hand

S3method(print,AutoEDAReport)
S3method(print,CategoricalSummary)
S3method(print,ClusterResult)
S3method(print,CorrelationMatrix)
S3method(print,MissingSummary)
S3method(print,NumericSummary)
S3method(print,OutlierSummary)
S3method(print,PCAResult)
export(auto_eda)
export(auto_plot)
export(bar_plot)
export(box_plot)
export(categorical_plot)
export(categorical_summary)
export(cluster_analysis)
export(cluster_dendrogram)
export(cluster_elbow)
export(cluster_plot)
export(cluster_silhouette)
export(correlation_analysis)
export(correlation_network)
export(correlation_plot)
export(correlation_test)
export(create_report)
export(density_plot)
export(export_excel)
export(export_numeric_summary)
export(histogram_plot)
export(html_report)
export(missing_heatmap)
export(missing_pattern)
export(missing_summary)
export(numeric_summary)
export(outlier_detection)
export(outlier_summary)
export(outlier_values)
export(pair_plot)
export(pca_analysis)
export(pca_biplot)
export(pca_individual_plot)
export(pca_scree_plot)
export(pca_variable_plot)
export(pdf_report)
export(plot_missing)
export(plot_outliers)
export(scatter_plot)
export(summary_data)
export(theme_autoeda)
export(word_report)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(rlang,.data)
importFrom(stats,IQR)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,object.size)
