Skip to content
Snippets Groups Projects
Commit 267a18b0 authored by Bruna Wundervald's avatar Bruna Wundervald
Browse files

Atualiza o .R da tabela 3.2.1 do Zimmermann

parent 0f13ec0c
Branches Gamification
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#' aggregate(prod ~ trat, data = ZimmermannTab3.2.1, #' aggregate(prod ~ trat, data = ZimmermannTab3.2.1,
#' FUN = function(x) { c(mean = mean(x), var = var(x)) }) #' FUN = function(x) { c(mean = mean(x), var = var(x)) })
#' #'
#' xyplot(prod ~ trat | rep, data = ZimmermannTab3.2.1, type=c("p","a"), #' xyplot(prod ~ trat, data = ZimmermannTab3.2.1, type=c("p","a"),
#' xlab = "Tratamentos", #' xlab = "Tratamentos",
#' ylab = "Produção de grãos de arroz irrigado em kg/ha") #' ylab = "Produção de grãos de arroz irrigado em kg/ha")
NULL NULL
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment