Skip to content
Snippets Groups Projects
Commit ca2f73f2 authored by Cesar Taconeli's avatar Cesar Taconeli
Browse files

Encaminha alessandra108 para merge

parent 86992751
Branches
No related tags found
No related merge requests found
......@@ -32,13 +32,10 @@
#'
#' PaulaEx3.7.8$ntemp <- as.factor(PaulaEx3.7.8$ntemp)
#'
#' xyplot(temp ~ numid + ntemp,
#' groups = sgerm,
#' PaulaEx3.7.8$numid <- as.factor(PaulaEx3.7.8$numid)
#' xyplot(sgerm ~ numid | ntemp,
#' data = PaulaEx3.7.8,
#' xlab = " ",
#' ylab = "Densidade",
#' auto.key = list(space="top", columns=2,
#' title="Espécie", cex.title=1,
#' lines=TRUE, points=FALSE))
#' xlab = "Nível de temperatura",
#' ylab = "Número de sementes germinadas")
#'
NULL
\ No newline at end of file
#' @name PaulaTb3.21
#' @title Distribuição de Rotifers das Duas Espécies
#' @description Experimentos com duas espécies de *rotifers*, um tipo
#' @description Experimento com duas espécies de *rotifers*, um tipo
#' microscópio de invertebrado aquático. São apresentados pra cada
#' espécie a densidade relativa da substância, o número de *rotifers*
#' expostos e o número de *rotifers* em suspensão.
......@@ -34,9 +34,7 @@
#' data = PaulaTb3.21,
#' xlab = "Densidade",
#' ylab = "Proporção de rotifers suspensos",
#' type = c("o"),
#' auto.key = list(space="top", columns=2,
#' title="Espécie", cex.title=1,
#' lines=TRUE, points=FALSE))
#' type = c("p"),
#' auto.key = TRUE)
#'
NULL
\ No newline at end of file
temp numid ntemp sgerm
11 baixo 21 98
11 baixo 42 96
11 baixo 62 62
11 medio 21 94
11 medio 42 79
11 medio 62 3
11 alto 21 92
11 alto 42 41
11 alto 62 1
21 baixo 21 94
21 baixo 42 93
21 baixo 62 65
21 medio 21 94
21 medio 42 71
21 medio 62 2
21 alto 21 91
21 alto 42 30
21 alto 62 1
......@@ -2,18 +2,18 @@ temp numid ntemp sgerm
11 baixo 21 98
11 baixo 42 96
11 baixo 62 62
11 m‚dio 21 94
11 m‚dio 42 79
11 m‚dio 62 3
11 medio 21 94
11 medio 42 79
11 medio 62 3
11 alto 21 92
11 alto 42 41
11 alto 62 1
21 baixo 21 94
21 baixo 42 93
21 baixo 62 65
21 m‚dio 21 94
21 m‚dio 42 71
21 m‚dio 62 2
21 medio 21 94
21 medio 42 71
21 medio 62 2
21 alto 21 91
21 alto 42 30
21 alto 62 1
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment