diff --git a/R/DemetrioEx1.1.R b/R/DemetrioEx1.4.1.1.R similarity index 77% rename from R/DemetrioEx1.1.R rename to R/DemetrioEx1.4.1.1.R index c0617d2e605ff4552eeafc426d8eb5f0b5b81b1a..2410b07373216c00f131f246666e1d3efa2abea0 100644 --- a/R/DemetrioEx1.1.R +++ b/R/DemetrioEx1.4.1.1.R @@ -1,4 +1,4 @@ -#' @name DemetrioEx1.1 +#' @name DemetrioEx1.4.1.1 #' @title Altura de Feijão #' #' @description Dados de altura de feijão durante 7 semanas. @@ -16,18 +16,18 @@ #' @keywords feijão idade altura #' #' @source Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de -#' Regressão. Piracicaba: ESALQ. (Exercício 1.1 pág. 14) +#' Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.1 pág. 14) #' #' @examples #' -#' data(DemetrioEx1.1) +#' data(DemetrioEx1.4.1.1) #' #' library(lattice) #' -#' xyplot(altura ~ idade, data = DemetrioEx1.1, +#' xyplot(altura ~ idade, data = DemetrioEx1.4.1.1, #' main = "Idade VS Altura", #' xlab = "Idade", #' ylab = "Altura", #' type = c("p", "r"), col.line = 3) #' -NULL \ No newline at end of file +NULL diff --git a/R/DemetrioEx1.2.R b/R/DemetrioEx1.4.1.2.R similarity index 78% rename from R/DemetrioEx1.2.R rename to R/DemetrioEx1.4.1.2.R index 60c0ca139a9fdbb6e23e3c0a67b2b8acb5f1861f..1b92f531908b41d1a281baa621c13d5b0877324e 100644 --- a/R/DemetrioEx1.2.R +++ b/R/DemetrioEx1.4.1.2.R @@ -1,4 +1,4 @@ -#' @name DemetrioEx1.2 +#' @name DemetrioEx1.4.1.2 #' @title Peso Médio de Galinhas #' #' @description Foi mensurado o peso médio e consumo de alimentos de 50 @@ -17,18 +17,18 @@ #' @keywords galinha peso consumo #' #' @source Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de -#' Regressão. Piracicaba: ESALQ. (Exercício 1.2 pág. 14) +#' Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.2 pág. 14) #' #' @examples #' -#' data(DemetrioEx1.2) +#' data(DemetrioEx1.4.1.2) #' #' library(lattice) #' -#' xyplot(consumo ~ peso, data = DemetrioEx1.2, +#' xyplot(consumo ~ peso, data = DemetrioEx1.4.1.2, #' main = "Peso VS Consumo", #' xlab = "Peso", #' ylab = "Consumo", #' type = c("p", "r"), col.line = 3) #' -NULL \ No newline at end of file +NULL diff --git a/R/DemetrioEx1.3.R b/R/DemetrioEx1.4.1.3.R similarity index 81% rename from R/DemetrioEx1.3.R rename to R/DemetrioEx1.4.1.3.R index 1de31541434ca9c98ed187ebe782cd0fb931828f..3c737ae12a1313691e9e5e6783f99849156ccb15 100644 --- a/R/DemetrioEx1.3.R +++ b/R/DemetrioEx1.4.1.3.R @@ -1,4 +1,4 @@ -#' @name DemetrioEx1.3 +#' @name DemetrioEx1.4.1.3 #' @title Absorção de CO2 #' #' @description Foi aplicado CO2 sobre folhas de trigo a uma @@ -20,18 +20,18 @@ #' @keywords CO2 trigo #' #' @source Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de -#' Regressão. Piracicaba: ESALQ. (Exercício 1.3 pág. 14) +#' Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.3 pág. 14) #' #' @examples #' -#' data(DemetrioEx1.3) +#' data(DemetrioEx1.4.1.3) #' #' library(lattice) #' -#' xyplot(absorv ~ co2, data = DemetrioEx1.3, +#' xyplot(absorv ~ co2, data = DemetrioEx1.4.1.3, #' main = "CO2 Aplicado VS Absorvido", #' xlab = "Aplicado", #' ylab = "Absorvido", #' type = c("p", "r"), col.line = 3) #' -NULL \ No newline at end of file +NULL diff --git a/R/DemetrioEx1.4.R b/R/DemetrioEx1.4.1.4.R similarity index 81% rename from R/DemetrioEx1.4.R rename to R/DemetrioEx1.4.1.4.R index 09715fef70c20efda7fed6b0b6e0920c58985f55..6cf488f1b7a927a57cb0f461460e7d5be015554b 100644 --- a/R/DemetrioEx1.4.R +++ b/R/DemetrioEx1.4.1.4.R @@ -1,4 +1,4 @@ -#' @name DemetrioEx1.4 +#' @name DemetrioEx1.4.1.4 #' @title Volume das Cerejeiras #' #' @description Foram mensurados o diâmetro, a altura e o volume de @@ -22,21 +22,21 @@ #' @keywords diametro cerejeiras volume solo #' #' @source Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de -#' Regressão. Piracicaba: ESALQ. (Exercício 1.4 pág. 14) +#' Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.4 pág. 14) #' #' @examples #' -#' data(DemetrioEx1.4) +#' data(DemetrioEx1.4.1.4) #' #' library(lattice) #' -#' pairs(~ dia + alt + vol, data = DemetrioEx1.4, +#' pairs(~ dia + alt + vol, data = DemetrioEx1.4.1.4, #' main = "Gráfico de Pares") #' -#' xyplot(vol ~ dia, data = DemetrioEx1.4, +#' xyplot(vol ~ dia, data = DemetrioEx1.4.1.4, #' main = "Diâmetro VS Volume", #' xlab = "Diâmetro", #' ylab = "Volume", #' type = c("p", "r"), col.line = 3) #' -NULL \ No newline at end of file +NULL diff --git a/R/DemetrioEx1.5.R b/R/DemetrioEx1.4.1.5.R similarity index 77% rename from R/DemetrioEx1.5.R rename to R/DemetrioEx1.4.1.5.R index 77634c23ea79011894d55daa78f38dd633fdbe13..4b6d3b13f627ee18192cd3c6a0e460c284574b3c 100644 --- a/R/DemetrioEx1.5.R +++ b/R/DemetrioEx1.4.1.5.R @@ -1,4 +1,4 @@ -#' @name DemetrioEx1.5 +#' @name DemetrioEx1.4.1.5 #' @title Número de Ovos #' #' @description Foi contado o número me ovos postos e o número @@ -17,18 +17,18 @@ #' @keywords ovo folículo #' #' @source Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de -#' Regressão. Piracicaba: ESALQ. (Exercício 1.5 pág. 15) +#' Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.5 pág. 15) #' #' @examples #' -#' data(DemetrioEx1.5) +#' data(DemetrioEx1.4.1.5) #' #' library(lattice) #' -#' xyplot(foli ~ ovo, data = DemetrioEx1.5, +#' xyplot(foli ~ ovo, data = DemetrioEx1.4.1.5, #' main = "Ovos VS Folículos", #' xlab = "N° Ovos", #' ylab = "N° Folículos", #' type = c("p", "r"), col.line = 3) #' -NULL \ No newline at end of file +NULL diff --git a/data-raw/DemetrioEx1.1.txt b/data-raw/DemetrioEx1.4.1.1.txt similarity index 100% rename from data-raw/DemetrioEx1.1.txt rename to data-raw/DemetrioEx1.4.1.1.txt diff --git a/data-raw/DemetrioEx1.2.txt b/data-raw/DemetrioEx1.4.1.2.txt similarity index 100% rename from data-raw/DemetrioEx1.2.txt rename to data-raw/DemetrioEx1.4.1.2.txt diff --git a/data-raw/DemetrioEx1.3.txt b/data-raw/DemetrioEx1.4.1.3.txt similarity index 100% rename from data-raw/DemetrioEx1.3.txt rename to data-raw/DemetrioEx1.4.1.3.txt diff --git a/data-raw/DemetrioEx1.4.txt b/data-raw/DemetrioEx1.4.1.4.txt similarity index 100% rename from data-raw/DemetrioEx1.4.txt rename to data-raw/DemetrioEx1.4.1.4.txt diff --git a/data-raw/DemetrioEx1.5.txt b/data-raw/DemetrioEx1.4.1.5.txt similarity index 100% rename from data-raw/DemetrioEx1.5.txt rename to data-raw/DemetrioEx1.4.1.5.txt diff --git a/data/DemetrioEx1.1.rda b/data/DemetrioEx1.1.rda deleted file mode 100644 index 7508d199cbdf33ee0cf87034829f944700bacc86..0000000000000000000000000000000000000000 Binary files a/data/DemetrioEx1.1.rda and /dev/null differ diff --git a/data/DemetrioEx1.2.rda b/data/DemetrioEx1.2.rda deleted file mode 100644 index 569cd5640d6cd10afeb93dd3c4fb07e23c84a82d..0000000000000000000000000000000000000000 Binary files a/data/DemetrioEx1.2.rda and /dev/null differ diff --git a/data/DemetrioEx1.3.rda b/data/DemetrioEx1.3.rda deleted file mode 100644 index 0e35ecad09b6d6140bbdd8064dc88002284ee9b4..0000000000000000000000000000000000000000 Binary files a/data/DemetrioEx1.3.rda and /dev/null differ diff --git a/data/DemetrioEx1.4.1.1.rda b/data/DemetrioEx1.4.1.1.rda new file mode 100644 index 0000000000000000000000000000000000000000..bc05a613356a4c250d251bf0df351594a09910f2 Binary files /dev/null and b/data/DemetrioEx1.4.1.1.rda differ diff --git a/data/DemetrioEx1.4.1.2.rda b/data/DemetrioEx1.4.1.2.rda new file mode 100644 index 0000000000000000000000000000000000000000..7bb8f771d7edfe33f194d84c5a818a54a2e03cf5 Binary files /dev/null and b/data/DemetrioEx1.4.1.2.rda differ diff --git a/data/DemetrioEx1.4.1.3.rda b/data/DemetrioEx1.4.1.3.rda new file mode 100644 index 0000000000000000000000000000000000000000..080ba8e793b87b5d1d277a7fb78c918861b660d3 Binary files /dev/null and b/data/DemetrioEx1.4.1.3.rda differ diff --git a/data/DemetrioEx1.4.1.4.rda b/data/DemetrioEx1.4.1.4.rda new file mode 100644 index 0000000000000000000000000000000000000000..a0bb4269ccca934d6a109615ec589b39849ebed6 Binary files /dev/null and b/data/DemetrioEx1.4.1.4.rda differ diff --git a/data/DemetrioEx1.4.1.5.rda b/data/DemetrioEx1.4.1.5.rda new file mode 100644 index 0000000000000000000000000000000000000000..b6d8427e13c12bcedfad962f14d90e72deb30c42 Binary files /dev/null and b/data/DemetrioEx1.4.1.5.rda differ diff --git a/data/DemetrioEx1.4.rda b/data/DemetrioEx1.4.rda deleted file mode 100644 index 3dab4991065b38f1552e186448ce2df8a81c7477..0000000000000000000000000000000000000000 Binary files a/data/DemetrioEx1.4.rda and /dev/null differ diff --git a/data/DemetrioEx1.5.rda b/data/DemetrioEx1.5.rda deleted file mode 100644 index 771d7b3f15b1b6c9101ebc488dfab5b4d52deeeb..0000000000000000000000000000000000000000 Binary files a/data/DemetrioEx1.5.rda and /dev/null differ diff --git a/man/DemetrioEx1.1.Rd b/man/DemetrioEx1.4.1.1.Rd similarity index 71% rename from man/DemetrioEx1.1.Rd rename to man/DemetrioEx1.4.1.1.Rd index c4ba8a7995a10f9d36443f3806e1f2362980106c..e9bf214e7e6f0c0fb9b389b474210466fb35f44a 100644 --- a/man/DemetrioEx1.1.Rd +++ b/man/DemetrioEx1.4.1.1.Rd @@ -1,7 +1,7 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/DemetrioEx1.1.R -\name{DemetrioEx1.1} -\alias{DemetrioEx1.1} +% Please edit documentation in R/DemetrioEx1.4.1.1.R +\name{DemetrioEx1.4.1.1} +\alias{DemetrioEx1.4.1.1} \title{Altura de Feijão} \format{Um \code{data.frame} de 7 linhas e 2 colunas. @@ -14,18 +14,18 @@ }} \source{ Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de - Regressão. Piracicaba: ESALQ. (Exercício 1.1 pág. 14) + Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.1 pág. 14) } \description{ Dados de altura de feijão durante 7 semanas. } \examples{ -data(DemetrioEx1.1) +data(DemetrioEx1.4.1.1) library(lattice) -xyplot(altura ~ idade, data = DemetrioEx1.1, +xyplot(altura ~ idade, data = DemetrioEx1.4.1.1, main = "Idade VS Altura", xlab = "Idade", ylab = "Altura", diff --git a/man/DemetrioEx1.2.Rd b/man/DemetrioEx1.4.1.2.Rd similarity index 72% rename from man/DemetrioEx1.2.Rd rename to man/DemetrioEx1.4.1.2.Rd index d2556191f6a549d380db8641343774e8827fd8e2..c18a86b1dcb638a4039f2e196dc00519b207cb04 100644 --- a/man/DemetrioEx1.2.Rd +++ b/man/DemetrioEx1.4.1.2.Rd @@ -1,7 +1,7 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/DemetrioEx1.2.R -\name{DemetrioEx1.2} -\alias{DemetrioEx1.2} +% Please edit documentation in R/DemetrioEx1.4.1.2.R +\name{DemetrioEx1.4.1.2} +\alias{DemetrioEx1.4.1.2} \title{Peso Médio de Galinhas} \format{Um \code{data.frame} de 10 linhas e 2 colunas. @@ -14,7 +14,7 @@ }} \source{ Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de - Regressão. Piracicaba: ESALQ. (Exercício 1.2 pág. 14) + Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.2 pág. 14) } \description{ Foi mensurado o peso médio e consumo de alimentos de 50 @@ -22,11 +22,11 @@ galinhas de 10 linhagens White Leghorn. } \examples{ -data(DemetrioEx1.2) +data(DemetrioEx1.4.1.2) library(lattice) -xyplot(consumo ~ peso, data = DemetrioEx1.2, +xyplot(consumo ~ peso, data = DemetrioEx1.4.1.2, main = "Peso VS Consumo", xlab = "Peso", ylab = "Consumo", diff --git a/man/DemetrioEx1.3.Rd b/man/DemetrioEx1.4.1.3.Rd similarity index 75% rename from man/DemetrioEx1.3.Rd rename to man/DemetrioEx1.4.1.3.Rd index ec5a2fda6528782f90e1b5ba22647c2d069d7832..751ad1d0f32ae87167ec2ec076128b2d69fc0943 100644 --- a/man/DemetrioEx1.3.Rd +++ b/man/DemetrioEx1.4.1.3.Rd @@ -1,7 +1,7 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/DemetrioEx1.3.R -\name{DemetrioEx1.3} -\alias{DemetrioEx1.3} +% Please edit documentation in R/DemetrioEx1.4.1.3.R +\name{DemetrioEx1.4.1.3} +\alias{DemetrioEx1.4.1.3} \title{Absorção de CO2} \format{Um \code{data.frame} de 11 linhas e 2 colunas. @@ -16,7 +16,7 @@ }} \source{ Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de - Regressão. Piracicaba: ESALQ. (Exercício 1.3 pág. 14) + Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.3 pág. 14) } \description{ Foi aplicado CO2 sobre folhas de trigo a uma @@ -25,11 +25,11 @@ folhas. } \examples{ -data(DemetrioEx1.3) +data(DemetrioEx1.4.1.3) library(lattice) -xyplot(absorv ~ co2, data = DemetrioEx1.3, +xyplot(absorv ~ co2, data = DemetrioEx1.4.1.3, main = "CO2 Aplicado VS Absorvido", xlab = "Aplicado", ylab = "Absorvido", diff --git a/man/DemetrioEx1.4.Rd b/man/DemetrioEx1.4.1.4.Rd similarity index 76% rename from man/DemetrioEx1.4.Rd rename to man/DemetrioEx1.4.1.4.Rd index d0542b775c7e512969c8d86950452f3197a2260e..0edba7acca2f14142a4923d491422a85bb997574 100644 --- a/man/DemetrioEx1.4.Rd +++ b/man/DemetrioEx1.4.1.4.Rd @@ -1,7 +1,7 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/DemetrioEx1.4.R -\name{DemetrioEx1.4} -\alias{DemetrioEx1.4} +% Please edit documentation in R/DemetrioEx1.4.1.4.R +\name{DemetrioEx1.4.1.4} +\alias{DemetrioEx1.4.1.4} \title{Volume das Cerejeiras} \format{Um \code{data.frame} de 31 linhas e 3 colunas. @@ -17,7 +17,7 @@ }} \source{ Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de - Regressão. Piracicaba: ESALQ. (Exercício 1.4 pág. 14) + Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.4 pág. 14) } \description{ Foram mensurados o diâmetro, a altura e o volume de @@ -27,14 +27,14 @@ em uma área de floresta. } \examples{ -data(DemetrioEx1.4) +data(DemetrioEx1.4.1.4) library(lattice) -pairs(~ dia + alt + vol, data = DemetrioEx1.4, +pairs(~ dia + alt + vol, data = DemetrioEx1.4.1.4, main = "Gráfico de Pares") -xyplot(vol ~ dia, data = DemetrioEx1.4, +xyplot(vol ~ dia, data = DemetrioEx1.4.1.4, main = "Diâmetro VS Volume", xlab = "Diâmetro", ylab = "Volume", diff --git a/man/DemetrioEx1.5.Rd b/man/DemetrioEx1.4.1.5.Rd similarity index 71% rename from man/DemetrioEx1.5.Rd rename to man/DemetrioEx1.4.1.5.Rd index 7b8092295734de6734d2d831d7cd6d653361c86c..a035777ca1c29de60330a866b65ed9beca666ff0 100644 --- a/man/DemetrioEx1.5.Rd +++ b/man/DemetrioEx1.4.1.5.Rd @@ -1,7 +1,7 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/DemetrioEx1.5.R -\name{DemetrioEx1.5} -\alias{DemetrioEx1.5} +% Please edit documentation in R/DemetrioEx1.4.1.5.R +\name{DemetrioEx1.4.1.5} +\alias{DemetrioEx1.4.1.5} \title{Número de Ovos} \format{Um \code{data.frame} de 14 linhas e 2 colunas. @@ -14,7 +14,7 @@ }} \source{ Demétrio, C. G. B., & Zocchi, S. S. (2011). Modelos de - Regressão. Piracicaba: ESALQ. (Exercício 1.5 pág. 15) + Regressão. Piracicaba: ESALQ. (Exercício 1.4.1.5 pág. 15) } \description{ Foi contado o número me ovos postos e o número @@ -22,11 +22,11 @@ de folículos ovulados. } \examples{ -data(DemetrioEx1.5) +data(DemetrioEx1.4.1.5) library(lattice) -xyplot(foli ~ ovo, data = DemetrioEx1.5, +xyplot(foli ~ ovo, data = DemetrioEx1.4.1.5, main = "Ovos VS Folículos", xlab = "N° Ovos", ylab = "N° Folículos",