Skip to content
Snippets Groups Projects
presc.plot.Rd 949 B
Newer Older
Todor Kondic's avatar
Todor Kondic committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mix.R
\name{presc.plot}
\alias{presc.plot}
\title{Plot the Output of Prescreen}
\usage{
Todor Kondic's avatar
Todor Kondic committed
presc.plot(prescdf, mode, out = "prescreen.pdf", fn_cmpd_l,
  pal = "Dark2", cex = 0.75, rt_digits = 2, m_digits = 4)
Todor Kondic's avatar
Todor Kondic committed
}
\arguments{
Todor Kondic's avatar
Todor Kondic committed
\item{prescdf}{File table data-frame. See presc.shiny for details.}
Todor Kondic's avatar
Todor Kondic committed

Todor Kondic's avatar
Todor Kondic committed
\item{mode}{RMB mode.}

Todor Kondic's avatar
Todor Kondic committed
\item{out}{The name of the output file.}
Todor Kondic's avatar
Todor Kondic committed

Todor Kondic's avatar
Todor Kondic committed
\item{fn_cmpd_l}{The compound list name.}

Todor Kondic's avatar
Todor Kondic committed
\item{pal}{ColorBrewer palette name.}

\item{cex}{As in legend.}

Todor Kondic's avatar
Todor Kondic committed
\item{rt_digits}{Number of digits after the point for the retention time.}

\item{m_digits}{Number of digits after the point for the mass.}

Todor Kondic's avatar
Todor Kondic committed
\item{wd}{Sequence of data dirs containing the prescreen subdir.}

\item{digits}{Number of significant digits for peak ret times.}
Todor Kondic's avatar
Todor Kondic committed
}
\value{
Nothing useful.
}
\description{
Plot the output of prescreen.
}
\author{
Todor Kondić
Todor Kondic's avatar
Todor Kondic committed

Mira Narayanan

Anjana Elapavalore
Todor Kondic's avatar
Todor Kondic committed
}