From 7f06251da4f2f1dd6f125b3a0baf5c72a2d8957c Mon Sep 17 00:00:00 2001 From: Bruna Wundervald <brunadaviesw@gmail.com> Date: Wed, 14 Sep 2016 16:35:02 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20no=20t=C3=ADtulo=20do=20gr?= =?UTF-8?q?=C3=A1fico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/MorettinTb4.8.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/MorettinTb4.8.R b/R/MorettinTb4.8.R index 812860a2..dd825dcd 100644 --- a/R/MorettinTb4.8.R +++ b/R/MorettinTb4.8.R @@ -31,7 +31,7 @@ #' colnames(MorettinTb4.8) <- c("Valor Real", "Previsão com t = 127") #' xyplot(MorettinTb4.8, type = c("l", "g"), #' layout = c(2, 1), xlab = "Dias", ylab = "Valores", -#' main = expression("Série de IPI"), strip = strip.custom(bg = "white"), +#' main = "Série de IPI", strip = strip.custom(bg = "white"), #' lwd = 2, col = c("violetred", "palegreen2"), #' scales = list(y = list(rot = 0))) NULL \ No newline at end of file -- GitLab