# Generated by roxygen2: do not edit by hand

S3method(plot,ba)
S3method(plot,ba_repeated)
S3method(plot,ba_repeated_matrix)
S3method(plot,biweight_mid_corr)
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,ba)
S3method(print,ba_repeated)
S3method(print,ba_repeated_matrix)
S3method(print,biweight_mid_corr)
S3method(print,ccc)
S3method(print,ccc_ci)
S3method(print,distance_corr)
S3method(print,kendall_matrix)
S3method(print,matrixCorr_ccc)
S3method(print,matrixCorr_ccc_ci)
S3method(print,partial_correlation)
S3method(print,pearson_corr)
S3method(print,schafer_corr)
S3method(print,spearman_rho)
S3method(print,summary.ba_repeated)
S3method(print,summary.ba_repeated_matrix)
S3method(print,summary.ccc)
S3method(summary,ba_repeated)
S3method(summary,ba_repeated_matrix)
S3method(summary,ccc)
S3method(summary,ccc_lmm_reml)
export(biweight_mid_corr)
export(bland_altman)
export(bland_altman_repeated)
export(ccc)
export(ccc_lmm_reml)
export(ccc_pairwise_u_stat)
export(distance_corr)
export(kendall_tau)
export(partial_correlation)
export(pearson_corr)
export(schafer_corr)
export(spearman_rho)
import(ggplot2)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
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,abline)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,hclust)
importFrom(stats,model.matrix)
importFrom(stats,optimize)
importFrom(stats,pchisq)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(stats,var)
useDynLib(matrixCorr, .registration = TRUE)
