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

Atualiza o .R da tabela 12.1 do Zimmermann

parent 267a18b0
Branches
No related tags found
No related merge requests found
......@@ -31,6 +31,10 @@
#' xlab = "Tratamentos",
#' ylab = "Produção de grãos de arroz irrigado")
#'
#' xyplot(prod ~ trat, data = ZimmermannTab12.1, type=c("p","a"),
#' xlab = "Tratamentos",
#' ylab = "Produção de grãos de arroz irrigado")
#'
#' aggregate(prod ~ trat, data = ZimmermannTab12.1,
#' FUN = function(x) { c(mean = mean(x), var = var(x)) })
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