# Generated by roxygen2: do not edit by hand

S3method(plot,ccc)
S3method(plot,distance_corr)
S3method(plot,kendall_matrix)
S3method(plot,partial_corr)
S3method(plot,pearson_corr)
S3method(plot,schafer_corr)
S3method(plot,spearman_rho)
S3method(print,ccc)
S3method(print,distance_corr)
S3method(print,kendall_matrix)
S3method(print,partial_correlation)
S3method(print,pearson_corr)
S3method(print,schafer_corr)
S3method(print,spearman_rho)
export(ccc)
export(distance_corr)
export(kendall_tau)
export(partial_correlation)
export(partial_correlation_cpp)
export(pearson_corr)
export(schafer_corr)
export(spearman_rho)
import(ggplot2)
importFrom(Rcpp,evalCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(graphics,plot)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,hclust)
importFrom(stats,var)
useDynLib(matrixCorr, .registration = TRUE)
