diff --git a/R/AndradeEg2.1.R b/R/AndradeEg2.1.R new file mode 100644 index 0000000000000000000000000000000000000000..45b6086ea87a8d84b665f4d9c9d3e9022df67631 --- /dev/null +++ b/R/AndradeEg2.1.R @@ -0,0 +1,35 @@ +#' @name AndradeEg2.1 +#' @title Estudo do Crescimento de Pastagem Relacionado a Temperatura +#' @description Estudo do tipo de relacionamento entre a taxa de +#' crescimento de uma pastagem cultivada no Planalto catarinense e a +#' temperatura do solo a 10 cm de profundidade, no período de junho +#' a novembro. +#' @format Um \code{data.frame} com 9 observações e 2 variáveis, em que +#' +#' \describe{ +#' +#' \item{\code{temp}}{Temperatura do solo a 10 cm de profundidade, em +#' ºC.} +#' +#' \item{\code{tc}}{Taxa de crescimento da pastagem, em kg/hadia.} +#' +#' } +#' @keywords AAS +#' @source Estatística para as ciências agrárias e biológicas: com +#' noções de experimentação / Dalton F. Andrade, Paulo J. Ogliari. +#' 2. ed. rev. e ampl. - Florianópolis: Ed. da UFSC, 2010. (Tabela +#' 1.1, pág. 37) +#' @examples +#' +#' library(lattice) +#' +#' data(AndradeEg2.1) +#' str(AndradeEg2.1) +#' +#' xyplot(tc ~ temp, +#' data = AndradeEg2.1, +#' type = c("p", "r"), +#' xlab = "Temperatura do solo (ºC)", +#' ylab = "Taxa de crescimento (kg/hadia)") +#' +NULL \ No newline at end of file diff --git a/data-raw/.~lock.AndradeEg2.1.csv# b/data-raw/.~lock.AndradeEg2.1.csv# new file mode 100644 index 0000000000000000000000000000000000000000..9fb560acd2f55f00a5e1cce3130eb802ad252aed --- /dev/null +++ b/data-raw/.~lock.AndradeEg2.1.csv# @@ -0,0 +1 @@ +,pet-estatistica2,petestatistica2-G31M-ES2C,26.08.2016 16:41,file:///home/pet-estatistica2/.config/libreoffice/4; \ No newline at end of file diff --git "a/data-raw/.~lock.Sem t\303\255tulo 1.csv#" "b/data-raw/.~lock.Sem t\303\255tulo 1.csv#" deleted file mode 100644 index 38be0b9ba71e9c3226f530b68aa71c3801dd3a86..0000000000000000000000000000000000000000 --- "a/data-raw/.~lock.Sem t\303\255tulo 1.csv#" +++ /dev/null @@ -1 +0,0 @@ -,pet-estatistica2,petestatistica2-G31M-ES2C,26.08.2016 15:40,file:///home/pet-estatistica2/.config/libreoffice/4; \ No newline at end of file diff --git a/data-raw/AndradeEg2.1.txt b/data-raw/AndradeEg2.1.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a7d882148e47cc231d4833478ef83209c13643b --- /dev/null +++ b/data-raw/AndradeEg2.1.txt @@ -0,0 +1,10 @@ +temp tc +10 17 +11 12 +12.5 14 +12.2 20.2 +13.9 14.5 +16.2 20.2 +18.7 23 +19.5 30 +20 33 diff --git a/data/AndradeEg2.1.rda b/data/AndradeEg2.1.rda new file mode 100644 index 0000000000000000000000000000000000000000..d2196aa4fb5834f542d545dc59726d0541aee489 Binary files /dev/null and b/data/AndradeEg2.1.rda differ diff --git a/man/AndradeEg2.1.Rd b/man/AndradeEg2.1.Rd new file mode 100644 index 0000000000000000000000000000000000000000..2aa24d61aaa48811282bdabe7066b1664ea16da6 --- /dev/null +++ b/man/AndradeEg2.1.Rd @@ -0,0 +1,43 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/AndradeEg2.1.R +\name{AndradeEg2.1} +\alias{AndradeEg2.1} +\title{Estudo do Crescimento de Pastagem Relacionado a Temperatura} +\format{Um \code{data.frame} com 9 observações e 2 variáveis, em que + +\describe{ + +\item{\code{temp}}{Temperatura do solo a 10 cm de profundidade, em + ºC.} + +\item{\code{tc}}{Taxa de crescimento da pastagem, em kg/hadia.} + +}} +\source{ +Estatística para as ciências agrárias e biológicas: com + noções de experimentação / Dalton F. Andrade, Paulo J. Ogliari. + 2. ed. rev. e ampl. - Florianópolis: Ed. da UFSC, 2010. (Tabela + 1.1, pág. 37) +} +\description{ +Estudo do tipo de relacionamento entre a taxa de + crescimento de uma pastagem cultivada no Planalto catarinense e a + temperatura do solo a 10 cm de profundidade, no período de junho + a novembro. +} +\examples{ + +library(lattice) + +data(AndradeEg2.1) +str(AndradeEg2.1) + +xyplot(tc ~ temp, + data = AndradeEg2.1, + type = c("p", "r"), + xlab = "Temperatura do solo (ºC)", + ylab = "Taxa de crescimento (kg/hadia)") + +} +\keyword{AAS} +