Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
presc.plot.Rd 654 B
% 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{
presc.plot(wd, out = "prescreen.pdf", pal = "Dark2", cex = 0.75,
  digits = 6)

presc.plot(wd, out = "prescreen.pdf", pal = "Accent")

}
\arguments{
\item{wd}{Sequence of data dirs containing the prescreen subdir.}

\item{out}{The name of the output file.}

\item{pal}{ColorBrewer palette name.}


\item{cex}{As in legend.}

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