diff --git a/R/PimentelPg91.R b/R/PimentelPg91.R index 49db5e37edcd1ca5c34b85b4a8f4c034b7346661..9ea9e66e4e2128812ca6d5aed783f045232add05 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 f344f7d9d6d50bb45d257695500ed2262241c583..2fb90583e5aec4ead33afdfcf7fb66c11f9ea0cb 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",