From 0f2515a949fde91b0a654bcb086444b14aabfbd6 Mon Sep 17 00:00:00 2001 From: Marcelo Mollinari Date: Tue, 13 Feb 2024 10:15:00 -0500 Subject: [PATCH] update documentation --- R/make_seq.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/make_seq.R b/R/make_seq.R index 2743065e..01b78c6f 100755 --- a/R/make_seq.R +++ b/R/make_seq.R @@ -29,14 +29,12 @@ #' @param ... Currently ignored. #' #' @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; -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 #' all.mrk <- make_seq_mappoly(hexafake, 'all')