# 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,
  coord_flip,
  element_blank,
  element_line,
  element_rect,
  element_text,
  geom_bar,
  geom_boxplot,
  geom_col,
  geom_density,
  geom_histogram,
  geom_point,
  geom_smooth,
  geom_text,
  labs,
  theme,
  theme_bw
)
importFrom(rlang,.data)
importFrom(stats,
  IQR,
  mad,
  median,
  quantile
)
importFrom(utils,object.size)
