Skip to content
Snippets Groups Projects
Commit fbafb02a authored by Luke Zappia's avatar Luke Zappia
Browse files

Update panel functions

parent 1a2b1268
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ export(lunEstimate)
export(lunSimulate)
export(makeCompPanel)
export(makeDiffPanel)
export(makeOverallPanel)
export(newLun2Params)
export(newLunParams)
export(newSCDDParams)
......
......@@ -4,11 +4,11 @@
\alias{makeDiffPanel}
\title{Make difference panel}
\usage{
makeDiffPanel(comp, labels = c("A", "B", "C", "D", "E", "F", "G", "H", "I",
makeDiffPanel(diff, labels = c("A", "B", "C", "D", "E", "F", "G", "H", "I",
"J", "K", "L", ""))
}
\arguments{
\item{comp}{list returned by \code{\link{diffSCESets}}.}
\item{diff}{list returned by \code{\link{diffSCESets}}.}
}
\value{
Combined panel plot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment