Skip to content
Snippets Groups Projects
Commit 97dcb9cc authored by Lineu Alberto's avatar Lineu Alberto
Browse files

Adiciona Tabela 5.4

parent b45089b7
Branches
No related tags found
1 merge request!148Lineu183 - adiciona 9 tabelas do Neto
#' @name NetoTb5.4
#' @title Variação do Rendimento de um Experimento em Função da
#' Temperatura
#' @description Variação do Rendimento de um Experimento em Função da
#' Temperatura, na faixa 30 - 70º.
#' @format Um \code{data.frame} com 9 observações e 2 variáveis, em que
#'
#' \describe{
#'
#' \item{\code{temp}}{Temperatura.}
#'
#' \item{\code{rend}}{Rendimento da reação.}
#'
#' }
#' @keywords DBC
#' @source Barros Neto, Benício de (2010), (Tabela 5.4, pág. 238)
#' @examples
#'
#' data(NetoTb5.4)
#' str(NetoTb5.4)
#'
#' plot(rend ~ temp, data = NetoTb5.4,
#' xlab = "Temperatura",
#' ylab = "Rendimento",
#' main = "Variação do Rendimento em Função da Temperatura",
#' type = c("b"), col = 3, lwd = 2)
#'
#' abline(lm(rend ~ temp, data = NetoTb5.4), col = 2, lwd = 2)
#'
#' legend("topleft",
#' legend = c("Modelo Saturado", "Modelo Linear"),
#' col = c(3, 2),
#' pch = 1, bty = "n")
#'
NULL
\ No newline at end of file
temp rend
30 24
35 40
40 60
45 70
50 77
55 86
60 91
65 86
70 84
File added
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NetoTb5.4.R
\name{NetoTb5.4}
\alias{NetoTb5.4}
\title{Variação do Rendimento de um Experimento em Função da
Temperatura}
\format{Um \code{data.frame} com 9 observações e 2 variáveis, em que
\describe{
\item{\code{temp}}{Temperatura.}
\item{\code{rend}}{Rendimento da reação.}
}}
\source{
Barros Neto, Benício de (2010), (Tabela 5.4, pág. 238)
}
\description{
Variação do Rendimento de um Experimento em Função da
Temperatura, na faixa 30 - 70º.
}
\examples{
data(NetoTb5.4)
str(NetoTb5.4)
plot(rend ~ temp, data = NetoTb5.4,
xlab = "Temperatura",
ylab = "Rendimento",
main = "Variação do Rendimento em Função da Temperatura",
type = c("b"), col = 3, lwd = 2)
abline(lm(rend ~ temp, data = NetoTb5.4), col = 2, lwd = 2)
legend("topleft",
legend = c("Modelo Saturado", "Modelo Linear"),
col = c(3, 2),
pch = 1, bty = "n")
}
\keyword{DBC}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment