% Generated by roxygen2: do not edit by hand % Please edit documentation in R/plot_snr.R \name{plot_snr} \alias{plot_snr} \title{Plot Signal to Noise Ratio} \usage{ plot_snr(X, method = c("rmad", "pearson", "spearman", "kendall")) } \arguments{ \item{X}{The data matrix to operate on} \item{method}{Required to select a correlation method} } \value{ ggplot object } \description{ Compute the stability scores for each entry and plot it against the estimate correlation coefficients. }