Skip to content
Snippets Groups Projects
Commit e5be1287 authored by Fernando Mayer's avatar Fernando Mayer
Browse files

remove LaTeX accents and put real accents

parent 68555d1c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ NULL
#' @name wgpigs
#'
#' @title Feeding type in pig weight gain
#'
#'
#' @description This is an artifial dataset corresponding a experiment
#' to study the effect of feeding type (factor with 4 categorical
#' nominal levels) in pig weight gain. The experiment was a randomized
......@@ -24,21 +24,21 @@ NULL
#' }
#'
#' @docType data
#'
#'
#' @keywords datasets
#'
#'
#' @usage data(wgpigs)
#'
#'
#' @format a \code{data.frame} with 20 records and 2 variables.
#'
#' @source Frederico, P. (2009). Curso de Estat{\'i}stica Experimental
#' (15th ed.). Piracicaba, S{\~a}o Paulo: FEALQ.
#' @source Frederico, P. (2009). Curso de Estatística Experimental
#' (15th ed.). Piracicaba, São Paulo: FEALQ.
#'
#' @examples
#'
#'
#' require(lattice)
#' data(wgpigs)
#'
#'
#' xyplot(wg~ft, data=wgpigs,
#' ylab="Weight gain (kg)",
#' xlab="Feeding type")
......@@ -48,7 +48,7 @@ NULL
#' @name potatoyield
#'
#' @title Potato variety competition experiment
#'
#'
#' @description These data are from an experiment done by the engineer
#' Oscar A. Garay at Balcare, Argentina. The experiment was done in a
#' randomized complete block design with 4 blocks. Potato yield (t
......@@ -61,23 +61,23 @@ NULL
#' }
#'
#' @docType data
#'
#'
#' @keywords datasets
#'
#'
#' @usage data(potatoyield)
#'
#'
#' @format a \code{data.frame} with 32 records and 3 variables.
#'
#' @source Frederico, P. (2009). Curso de Estat{\'i}stica Experimental
#' (15th ed.). Piracicaba, S{\~a}o Paulo: FEALQ. (page 76)
#' @source Frederico, P. (2009). Curso de Estatística Experimental
#' (15th ed.). Piracicaba, São Paulo: FEALQ. (page 76)
#'
#' @examples
#' require(lattice)
#' data(potatoyield)
#'
#'
#' plot(yield~variety, data=potatoyield,
#' groups=block, type="o",
#' ylab=expression(Yield~(t~ha^{-1})),
#' xlab="Variety")
#'
#'
NULL
......@@ -6,8 +6,8 @@
\title{Potato variety competition experiment}
\format{a \code{data.frame} with 32 records and 3 variables.}
\source{
Frederico, P. (2009). Curso de Estat{\'i}stica Experimental
(15th ed.). Piracicaba, S{\~a}o Paulo: FEALQ. (page 76)
Frederico, P. (2009). Curso de Estatística Experimental
(15th ed.). Piracicaba, São Paulo: FEALQ. (page 76)
}
\usage{
data(potatoyield)
......
......@@ -6,8 +6,8 @@
\title{Feeding type in pig weight gain}
\format{a \code{data.frame} with 20 records and 2 variables.}
\source{
Frederico, P. (2009). Curso de Estat{\'i}stica Experimental
(15th ed.). Piracicaba, S{\~a}o Paulo: FEALQ.
Frederico, P. (2009). Curso de Estatística Experimental
(15th ed.). Piracicaba, São Paulo: FEALQ.
}
\usage{
data(wgpigs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment