Skip to content

Commit

Permalink
Update gscramble2newhybrids.R with @examples and @return
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdesaix committed Feb 6, 2024
1 parent aec7236 commit c79137b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/gscramble2newhybrids.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
#' for pivoting, etc. As such, it is not intended for data sets with
#' tens of thousands of markers. You oughtn't be using NewHybrids with
#' so many markers, anyway!
#' @return A list with three components:
#' - `outfile`: outfile name of saved data.
#' - `genos`: Genotypes
#' - `allele_names`: Allele names.
#' @export
#' @examples
#' gscramble2newhybrids(M, M_meta)
gscramble2newhybrids <- function(
M,
M_meta,
Expand Down

0 comments on commit c79137b

Please sign in to comment.