Updated master to SVN trunk revision 572

This commit is contained in:
Yury V Bukhman
2015-06-26 15:04:35 -05:00
parent 67544a10e6
commit 2d658405a1
184 changed files with 8236 additions and 6182 deletions
+29
View File
@@ -0,0 +1,29 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/plot.fit.R
\name{create.heatmap}
\alias{create.heatmap}
\title{Create a heat map of a plate}
\usage{
create.heatmap(fitted.well.array, attribute, MinMax = NA, unlog = NULL)
}
\arguments{
\item{fitted.well.array}{matrix containing well array object data}
\item{attribute}{the data type we should use to create a heatmap}
\item{MinMax}{The specific range for the heatmap.}
\item{unlog}{transform values to linear scale}
}
\value{
path of heatmap pdf file
}
\description{
Create a heat map of a plate
}
\details{
This function is used to create a heatmap using
specific growth, total growth, or lag time
for each well on a plate.
}