Skip to content

Commit

Permalink
specified the class of each components of the object
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanuario authored Sep 13, 2022
1 parent 7b1c020 commit e383363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/sim.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#' paleobuddy. It contains the following four elements.
#'
#' \describe{
#' \item{\code{TE}}{Vector of extinction times, with \code{NA} as the time of
#' \item{\code{TE}}{Numeric vector of extinction times, with \code{NA} as the time of
#' extinction for extant species.}
#'
#' \item{\code{TS}}{Vector of speciation times, with \code{tMax} as the time of
#' \item{\code{TS}}{Numeric vector of speciation times, with \code{tMax} as the time of
#' speciation for species that started the simulation.}
#'
#' \item{\code{PAR}}{Vector of parents. Species that started the simulation have
#' \item{\code{PAR}}{Numeric vector of parents. Species that started the simulation have
#' \code{NA}, while species that were generated during the simulation have their
#' parent's number. Species are numbered as they are born.}
#'
Expand Down

0 comments on commit e383363

Please sign in to comment.