diff --git a/R/is_loci_table_ordered.R b/R/is_loci_table_ordered.R index c1480ec..75ef28c 100644 --- a/R/is_loci_table_ordered.R +++ b/R/is_loci_table_ordered.R @@ -8,7 +8,7 @@ #' or a [`gen_tibble`]. #' @param error_on_false logical, if `TRUE` an error is thrown if the loci #' are not ordered. -#' @param ignore_physical logical, if `TRUE` the physical position is not checked. +#' @param ignore_genetic_dist logical, if `TRUE` the physical position is not checked. #' @param ... other arguments passed to specific methods. #' @returns a logical vector defining which loci are transversions #' @rdname is_loci_table_ordered diff --git a/man/is_loci_table_ordered.Rd b/man/is_loci_table_ordered.Rd index e536e58..7b7dee0 100644 --- a/man/is_loci_table_ordered.Rd +++ b/man/is_loci_table_ordered.Rd @@ -35,9 +35,9 @@ or a \code{\link{gen_tibble}}.} \item{error_on_false}{logical, if \code{TRUE} an error is thrown if the loci are not ordered.} -\item{...}{other arguments passed to specific methods.} +\item{ignore_genetic_dist}{logical, if \code{TRUE} the physical position is not checked.} -\item{ignore_physical}{logical, if \code{TRUE} the physical position is not checked.} +\item{...}{other arguments passed to specific methods.} } \value{ a logical vector defining which loci are transversions