From d4e76899f7f5952fef484ba0ac6d3436ead4a448 Mon Sep 17 00:00:00 2001 From: Kameron Rodrigues Date: Wed, 15 Jun 2016 19:29:48 -0400 Subject: [PATCH] I fixed a typo in the error message on line 111 I changed 'contian' to 'contain'. --- R/heatmap.2.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/heatmap.2.R b/R/heatmap.2.R index a21d01d..e3c159d 100644 --- a/R/heatmap.2.R +++ b/R/heatmap.2.R @@ -108,7 +108,7 @@ heatmap.2 <- function (x, col <- get(col, mode="function") if(!missing(breaks) && any(duplicated(breaks)) ) - stop("breaks may not contian duplicate values") + stop("breaks may not contain duplicate values") if(!missing(breaks) && (scale!="none")) warning("Using scale=\"row\" or scale=\"column\" when breaks are",