diff --git a/DESCRIPTION b/DESCRIPTION index 9a41b54ee5c4e410fac870fd171f2bd55d8ee9af..4309c5871df0960205fa63670721d0e634f9cfa1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,3 +32,4 @@ Depends: R (>= 3.2.3) Suggests: lattice +RoxygenNote: 5.0.1 diff --git a/R/ManlyTb1.1.R b/R/ManlyTb1.1.R index 1c455b2d90a149e4de5fbadc4048120984d33ca1..c435d4293337703ae4bf262ad8f8935cf39955bd 100644 --- a/R/ManlyTb1.1.R +++ b/R/ManlyTb1.1.R @@ -22,7 +22,7 @@ #' #' @keywords TODO #' @source Manly, B. J. F. (2005). Métodos Estatísticos Multivariados: -#' uma introdução. Porto Alegre, RS: ARTMED (pg 14 e 15) +#' uma introdução. Porto Alegre, RS: Bookman (pg 14 e 15) #' @examples #' #' data(ManlyTb1.1) @@ -30,4 +30,4 @@ #' pairs(~ ct + ea + cbc + cdu + cqe + sobrev, #' data = ManlyTb1.1, #' main = "Gráfico de dispersão das variáveis nos pardais") -NULL +NULL \ No newline at end of file diff --git a/man/BanzattoQd3.2.1.Rd b/man/BanzattoQd3.2.1.Rd index e76cfb56d52568529daaa96a40193a13d22e2c0c..7cf2864347d5fa18a23f580deb9f061ade53ef4a 100644 --- a/man/BanzattoQd3.2.1.Rd +++ b/man/BanzattoQd3.2.1.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/BanzattoQd3.2.1.R \name{BanzattoQd3.2.1} \alias{BanzattoQd3.2.1} @@ -29,6 +29,7 @@ Dados de um experimento visando controle de pulgão produtos indicados para seu controle. } \examples{ + library(lattice) data(BanzattoQd3.2.1) diff --git a/man/ManlyTb1.1.Rd b/man/ManlyTb1.1.Rd index 21aaa01c4a11c1ad2645566c221fca20885ccb34..0a1d5e9be3a7699a4c9c2c856749956aec7fd753 100644 --- a/man/ManlyTb1.1.Rd +++ b/man/ManlyTb1.1.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ManlyTb1.1.R \name{ManlyTb1.1} \alias{ManlyTb1.1} @@ -22,13 +22,14 @@ }} \source{ Manly, B. J. F. (2005). Métodos Estatísticos Multivariados: - uma introdução. Porto Alegre, RS: ARTMED (pg 14 e 15) + uma introdução. Porto Alegre, RS: Bookman (pg 14 e 15) } \description{ Estudo em 1898, para a teoria da evolução de Darwin com pardais moribundos, com total de 49 dados. } \examples{ + data(ManlyTb1.1) pairs(~ ct + ea + cbc + cdu + cqe + sobrev, diff --git a/man/PimentelEg5.2.Rd b/man/PimentelEg5.2.Rd index 5c62e54aef4cab102baac6b6d245a668c84d43aa..89fad67ab157051f72fc4e00dec093e64bdbe8fa 100644 --- a/man/PimentelEg5.2.Rd +++ b/man/PimentelEg5.2.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/PimentelEg5.2.R \name{PimentelEg5.2} \alias{PimentelEg5.2} @@ -27,12 +27,14 @@ Experimento de competição de variedades de batatinha Argentina. O experimento foi realizado em blocos casualizados. } \examples{ + library(lattice) xyplot(producao ~ variedade, groups = bloco, data = PimentelEg5.2, type = "b", ylab=expression(Produção~(t~ha^{-1})), xlab="Variedades de batatinha") + } \keyword{DBC} \keyword{batatinha} diff --git a/man/labestData.Rd b/man/labestData.Rd index 24932f76be1612880326d9307b30336969655914..8a8c53af520513d49f2faa67bf573918ceb4ae96 100644 --- a/man/labestData.Rd +++ b/man/labestData.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/labestData.R \docType{package} \name{labestData}