From 4cd843d033b6e3213fab9b83d56a7066c1326b96 Mon Sep 17 00:00:00 2001 From: Lineu <lialcafre@gmail.com> Date: Tue, 11 Oct 2016 13:33:35 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20Exerc=C3=ADcio=207.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/NetoEx7.4.R | 24 ++++++++++++++++++++++++ data-raw/NetoEx7.4.txt | 8 ++++++++ data/NetoEx7.4.rda | Bin 0 -> 268 bytes man/NetoEx7.4.Rd | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 R/NetoEx7.4.R create mode 100644 data-raw/NetoEx7.4.txt create mode 100644 data/NetoEx7.4.rda create mode 100644 man/NetoEx7.4.Rd diff --git a/R/NetoEx7.4.R b/R/NetoEx7.4.R new file mode 100644 index 00000000..64eaf290 --- /dev/null +++ b/R/NetoEx7.4.R @@ -0,0 +1,24 @@ +#' @name NetoEx7.4 +#' @title Viscosidade de Dois Vidros Fundidos +#' @description Medidas repetidas da viscosidade de dois vidros fundidos +#' puros e também de uma mistura contendo os dois em partes iguais. +#' @format Um \code{data.frame} com 7 observações e 2 variáveis, em que +#' +#' \describe{ +#' +#' \item{\code{v}}{Tipo de vidro.} +#' +#' \item{\code{n}}{Viscosidade.} +#' +#' } +#' @keywords DBC +#' @source Barros Neto, Benício de (2010), (Exercício 7.4, pág. 323) +#' @examples +#' +#' data(NetoEx7.4) +#' str(NetoEx7.4) +#' +#' plot(NetoEx7.4, xlab = "Tipo de Vidro", ylab = "Viscosidade") +#' +#' +NULL \ No newline at end of file diff --git a/data-raw/NetoEx7.4.txt b/data-raw/NetoEx7.4.txt new file mode 100644 index 00000000..eae008a2 --- /dev/null +++ b/data-raw/NetoEx7.4.txt @@ -0,0 +1,8 @@ +v n +a 1.41 +a 1.47 +b 1.73 +b 1.68 +ab 1.38 +ab 1.34 +ab 1.4 diff --git a/data/NetoEx7.4.rda b/data/NetoEx7.4.rda new file mode 100644 index 0000000000000000000000000000000000000000..7d49c7e20186a7f94f581298f247a066405283c9 GIT binary patch literal 268 zcmZ>Y%CIzaj8qGb>|=b;%D^zO{{H{XK8y^GB28_L1}^sOe=j&ObTBeF2rw`-C~z?E z+`zEyz?Cb?$`=~gdU<*p7|dD@T#=gP)1YwS;=%<cQYIHpWG;4AF!IWL#UN$GYa%IS za&fWZ0tPXw#!ZF>Osgz>RdrWw;%g9icvk+>A1AMi*Df$zlh;jAci!kQL06GSansI- z)|55OB}^@|I6MM5f}<M5Jd@biWbAELMD%budb(c|dt~>-mghxV*zGT^XIai~esp`& zi!$*eh3lRtrFn2DHvd%kH&g6Uv1#J!M_&!oGY@~)UdyUywpj3uS=Or6vcfG>ZmeFT aGHJ>L5dp^uD}sOQo}_uGrKNzMMFRi@*==$F literal 0 HcmV?d00001 diff --git a/man/NetoEx7.4.Rd b/man/NetoEx7.4.Rd new file mode 100644 index 00000000..ad1d9738 --- /dev/null +++ b/man/NetoEx7.4.Rd @@ -0,0 +1,32 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/NetoEx7.4.R +\name{NetoEx7.4} +\alias{NetoEx7.4} +\title{Viscosidade de Dois Vidros Fundidos} +\format{Um \code{data.frame} com 7 observações e 2 variáveis, em que + +\describe{ + +\item{\code{v}}{Tipo de vidro.} + +\item{\code{n}}{Viscosidade.} + +}} +\source{ +Barros Neto, Benício de (2010), (Exercício 7.4, pág. 323) +} +\description{ +Medidas repetidas da viscosidade de dois vidros fundidos + puros e também de uma mistura contendo os dois em partes iguais. +} +\examples{ + +data(NetoEx7.4) +str(NetoEx7.4) + +plot(NetoEx7.4, xlab = "Tipo de Vidro", ylab = "Viscosidade") + + +} +\keyword{DBC} + -- GitLab