Skip to content
Snippets Groups Projects
presc.plot.Rd 654 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(wd, out = "prescreen.pdf", pal = "Dark2", cex = 0.75,
  digits = 6)

Todor Kondic's avatar
Todor Kondic committed
presc.plot(wd, out = "prescreen.pdf", pal = "Accent")
Todor Kondic's avatar
Todor Kondic committed

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

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

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


\item{cex}{As in legend.}

\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ć
}