summaryrefslogtreecommitdiff
path: root/man/plot_snr.Rd
blob: 177b6eded64c2cd52adf9264f4dcb375b9dc8c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% 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.
}