From e12f25f32603d99fe165d9c9b6e46ec301c48e67 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmeszeviani@gmail.com> Date: Wed, 26 Aug 2015 17:58:56 -0300 Subject: [PATCH] Use \code{} after \item in \itemize environment. --- R/legTools.R | 18 ++++++++++-------- man/plowing.Rd | 6 +++--- man/potatoyield.Rd | 7 ++++--- man/wgpigs.Rd | 5 +++-- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/R/legTools.R b/R/legTools.R index 07af2af..bd4334f 100644 --- a/R/legTools.R +++ b/R/legTools.R @@ -19,8 +19,9 @@ NULL #' from the beggining to the end of the experiment. #' #' \itemize{ -#' \item ft feeding type, a categorical factor with 4 levels. -#' \item wg weight gain (kg). +#' \item \code{ft} feeding type, a categorical factor with 4 +#' levels. +#' \item \code{wg} weight gain (kg). #' } #' #' @docType data @@ -55,9 +56,10 @@ NULL #' was recorded in each experimental unit. #' #' \itemize{ -#' \item block a categorical unordered factor with 4 levels. -#' \item variety a categorical unordered factor with 8 levels. -#' \item yield potato yield (t/ha). +#' \item \code{block} a categorical unordered factor with 4 levels. +#' \item \code{variety} a categorical unordered factor with 8 +#' levels. +#' \item \code{yield} potato yield (t/ha). #' } #' #' @docType data @@ -95,9 +97,9 @@ NULL #' level in each block. #' #' \itemize{ -#' \item block a categorical unordered factor with 6 levels. -#' \item plow a categorical unordered factor with 2 levels. -#' \item yield corn yield (kg in 200 m\eqn{^2} of area). +#' \item \code{block} a categorical unordered factor with 6 levels. +#' \item \code{plow} a categorical unordered factor with 2 levels. +#' \item \code{yield} corn yield (kg in 200 m\eqn{^2} of area). #' } #' #' @docType data diff --git a/man/plowing.Rd b/man/plowing.Rd index 2853716..22c538f 100644 --- a/man/plowing.Rd +++ b/man/plowing.Rd @@ -22,9 +22,9 @@ but in this experiment there was 2 experimental units for each factor level in each block. \itemize{ - \item block a categorical unordered factor with 6 levels. - \item plow a categorical unordered factor with 2 levels. - \item yield corn yield (kg in 200 m\eqn{^2} of area). + \item \code{block} a categorical unordered factor with 6 levels. + \item \code{plow} a categorical unordered factor with 2 levels. + \item \code{yield} corn yield (kg in 200 m\eqn{^2} of area). } } \examples{ diff --git a/man/potatoyield.Rd b/man/potatoyield.Rd index 4137e2f..aa78816 100644 --- a/man/potatoyield.Rd +++ b/man/potatoyield.Rd @@ -19,9 +19,10 @@ randomized complete block design with 4 blocks. Potato yield (t/ha) was recorded in each experimental unit. \itemize{ - \item block a categorical unordered factor with 4 levels. - \item variety a categorical unordered factor with 8 levels. - \item yield potato yield (t/ha). + \item \code{block} a categorical unordered factor with 4 levels. + \item \code{variety} a categorical unordered factor with 8 + levels. + \item \code{yield} potato yield (t/ha). } } \examples{ diff --git a/man/wgpigs.Rd b/man/wgpigs.Rd index afe00d3..67eebec 100644 --- a/man/wgpigs.Rd +++ b/man/wgpigs.Rd @@ -21,8 +21,9 @@ experimental unit was a pig. The response measured was weight gain from the beggining to the end of the experiment. \itemize{ - \item ft feeding type, a categorical factor with 4 levels. - \item wg weight gain (kg). + \item \code{ft} feeding type, a categorical factor with 4 + levels. + \item \code{wg} weight gain (kg). } } \examples{ -- GitLab