From c093e0a6925f5091ae5190820e3faf65ff6a2879 Mon Sep 17 00:00:00 2001 From: Bruno Geronymo <geronymobruno@hotmail.com> Date: Sun, 20 Mar 2016 13:51:36 -0300 Subject: [PATCH] =?UTF-8?q?Modifica=20se=C3=A7=C3=A3o=20de=20exemplos=20da?= =?UTF-8?q?=20Tabela=204=20(PimentelPg91).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/PimentelPg91.R | 2 +- man/PimentelPg91.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/PimentelPg91.R b/R/PimentelPg91.R index 49db5e37..9ea9e66e 100644 --- a/R/PimentelPg91.R +++ b/R/PimentelPg91.R @@ -24,7 +24,7 @@ #' #' library(lattice) #' -#' bwplot(prod ~ aradura, +#' xyplot(jitter(prod) ~ aradura, #' groups = bloco, #' data = PimentelPg91, #' xlab = "Aradura", diff --git a/man/PimentelPg91.Rd b/man/PimentelPg91.Rd index f344f7d9..2fb90583 100644 --- a/man/PimentelPg91.Rd +++ b/man/PimentelPg91.Rd @@ -30,7 +30,7 @@ Experimento em blocos casualizados realizado pelo library(lattice) -bwplot(prod ~ aradura, +xyplot(jitter(prod) ~ aradura, groups = bloco, data = PimentelPg91, xlab = "Aradura", -- GitLab