% 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. }