Skip to content

Commit

Permalink
remove unused args for genclone documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Jan 15, 2024
1 parent 800f503 commit 963d5f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions R/methods.r
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ is.genclone <- function(x){
#==============================================================================#
#' @rdname genclone-method
#' @param .Object a character, "genclone"
#' @param gen \code{"\linkS4class{genind}"} object
#' @param mlg a vector where each element assigns the multilocus genotype of
#' that individual in the data set.
#' @param mlgclass a logical value specifying whether or not to translate the
Expand Down Expand Up @@ -552,9 +551,6 @@ setMethod(
#' @param drop set to \code{FALSE}
#' @param mlg.reset logical. Defaults to \code{FALSE}. If \code{TRUE}, the mlg
#' vector will be reset
#' @param loc passed on to \code{\linkS4class{genind}} object.
#' @param treatOther passed on to \code{\linkS4class{genind}} object.
#' @param quiet passed on to \code{\linkS4class{genind}} object.
#' @author Zhian N. Kamvar
#==============================================================================#
setMethod(
Expand Down
8 changes: 0 additions & 8 deletions man/genclone-method.Rd

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

0 comments on commit 963d5f6

Please sign in to comment.