]> git.donarmstrong.com Git - loess_normalization.git/blob - man/mva.plot.pair.Rd
add initial version of loessnorm
[loess_normalization.git] / man / mva.plot.pair.Rd
1 % Generated by roxygen2 (4.1.1): do not edit by hand
2 % Please edit documentation in R/mva_plotting.R
3 \name{mva.plot.pair}
4 \alias{mva.plot.pair}
5 \title{mva.plot.pair}
6 \usage{
7 mva.plot.pair(array, title = F, small.positive = 0.1)
8 }
9 \arguments{
10 \item{array}{Array of data to plot}
11
12 \item{title}{Title of plot (Default: FALSE; no title)}
13
14 \item{small.positive}{replace numbers less than 0 with this}
15 }
16 \description{
17 Plots a pairwise M versus A plot with a loess fit line
18 }
19 \details{
20 .. content for \details{} ..
21 }
22 \author{
23 Don Armstrong \email{don@donarmstrong.com}
24 }
25