Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmollina committed Feb 13, 2024
1 parent 4ece3ff commit 12dbeda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions R/make_seq.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
#'
#' @param ... Currently ignored.
#'
#' @return Returns an object of class \code{mappoly.sequence}, comprising:
#' @return Returns an object of class `mappoly.sequence`, comprising:
#' \itemize{
#' \item{seq.num}{Ordered vector of marker indices according to the input.}
#' \item{seq.phases}{List of linkage phases between markers; \code{-1} for undefined phases.}
#' \item{seq.rf}{Vector of recombination frequencies; \code{-1} for not estimated frequencies.}
#' \item{loglike}{Log-likelihood of the linkage map.}
#' \item{data.name}{Name of the \code{mappoly.data} object with raw data.}
#' \item{twopt}{Name of the \code{mappoly.twopt} object with 2-point analyses; \code{-1} if not computed.}
#' \item{"seq.num"}{Ordered vector of marker indices according to the input.}
#' \item{"seq.phases"}{List of linkage phases between markers; -1 for undefined phases.}
#' \item{"seq.rf"}{Vector of recombination frequencies; -1 for not estimated frequencies.}
#' \item{"loglike"}{Log-likelihood of the linkage map.}
#' \item{"data.name"}{Name of the `mappoly.data` object with raw data.}
#' \item{"twopt"}{Name of the `mappoly.twopt` object with 2-point analyses; -1 if not computed.}
#' }
#'
#' @examples
Expand Down
14 changes: 7 additions & 7 deletions man/make_seq_mappoly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12dbeda

Please sign in to comment.