Skip to content
Snippets Groups Projects
Commit e12f25f3 authored by Walmes Zeviani's avatar Walmes Zeviani
Browse files

Use \code{} after \item in \itemize environment.

parent 5b01cae0
Branches
No related tags found
No related merge requests found
...@@ -19,8 +19,9 @@ NULL ...@@ -19,8 +19,9 @@ NULL
#' from the beggining to the end of the experiment. #' from the beggining to the end of the experiment.
#' #'
#' \itemize{ #' \itemize{
#' \item ft feeding type, a categorical factor with 4 levels. #' \item \code{ft} feeding type, a categorical factor with 4
#' \item wg weight gain (kg). #' levels.
#' \item \code{wg} weight gain (kg).
#' } #' }
#' #'
#' @docType data #' @docType data
...@@ -55,9 +56,10 @@ NULL ...@@ -55,9 +56,10 @@ NULL
#' was recorded in each experimental unit. #' was recorded in each experimental unit.
#' #'
#' \itemize{ #' \itemize{
#' \item block a categorical unordered factor with 4 levels. #' \item \code{block} a categorical unordered factor with 4 levels.
#' \item variety a categorical unordered factor with 8 levels. #' \item \code{variety} a categorical unordered factor with 8
#' \item yield potato yield (t/ha). #' levels.
#' \item \code{yield} potato yield (t/ha).
#' } #' }
#' #'
#' @docType data #' @docType data
...@@ -95,9 +97,9 @@ NULL ...@@ -95,9 +97,9 @@ NULL
#' level in each block. #' level in each block.
#' #'
#' \itemize{ #' \itemize{
#' \item block a categorical unordered factor with 6 levels. #' \item \code{block} a categorical unordered factor with 6 levels.
#' \item plow a categorical unordered factor with 2 levels. #' \item \code{plow} a categorical unordered factor with 2 levels.
#' \item yield corn yield (kg in 200 m\eqn{^2} of area). #' \item \code{yield} corn yield (kg in 200 m\eqn{^2} of area).
#' } #' }
#' #'
#' @docType data #' @docType data
......
...@@ -22,9 +22,9 @@ but in this experiment there was 2 experimental units for each factor ...@@ -22,9 +22,9 @@ but in this experiment there was 2 experimental units for each factor
level in each block. level in each block.
\itemize{ \itemize{
\item block a categorical unordered factor with 6 levels. \item \code{block} a categorical unordered factor with 6 levels.
\item plow a categorical unordered factor with 2 levels. \item \code{plow} a categorical unordered factor with 2 levels.
\item yield corn yield (kg in 200 m\eqn{^2} of area). \item \code{yield} corn yield (kg in 200 m\eqn{^2} of area).
} }
} }
\examples{ \examples{
......
...@@ -19,9 +19,10 @@ randomized complete block design with 4 blocks. Potato yield (t/ha) ...@@ -19,9 +19,10 @@ randomized complete block design with 4 blocks. Potato yield (t/ha)
was recorded in each experimental unit. was recorded in each experimental unit.
\itemize{ \itemize{
\item block a categorical unordered factor with 4 levels. \item \code{block} a categorical unordered factor with 4 levels.
\item variety a categorical unordered factor with 8 levels. \item \code{variety} a categorical unordered factor with 8
\item yield potato yield (t/ha). levels.
\item \code{yield} potato yield (t/ha).
} }
} }
\examples{ \examples{
......
...@@ -21,8 +21,9 @@ experimental unit was a pig. The response measured was weight gain ...@@ -21,8 +21,9 @@ experimental unit was a pig. The response measured was weight gain
from the beggining to the end of the experiment. from the beggining to the end of the experiment.
\itemize{ \itemize{
\item ft feeding type, a categorical factor with 4 levels. \item \code{ft} feeding type, a categorical factor with 4
\item wg weight gain (kg). levels.
\item \code{wg} weight gain (kg).
} }
} }
\examples{ \examples{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment