Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Oct 17, 2024
1 parent caf360c commit 9c90d5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^LICENSE\.md$
^\.github$
pkgdown/
_pkgdown.yml
2 changes: 1 addition & 1 deletion R/q_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ q_matrix <- function(x) {
#'
#' Takes a `q_matrix` object, which is a matrix, and returns a tidied tibble.
#'
#' @param x A Q matrix object (as returned by ['q_matrix']).
#' @param x A Q matrix object (as returned by [`q_matrix`]).
#' @param data An associated tibble (e.g. a [`gen_tibble`]), with the individuals in the same order as the data used to
#' generate the Q matrix
#' @param ... not currently used
Expand Down
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ reference:
- augment.gt_dapc
- autoplot.gt_dapc
- autoplot.gt_cluster_pca
- title: "K-clustering"
- title: "K-clustering (e.g. ADMXITURE)"
desc: "Functions for creating, tidying, and visualising q_matrix objects."
contents:
- q_matrix
Expand All @@ -100,7 +100,7 @@ reference:
- distruct_colours
- scale_fill_distruct
- theme_distruct
- title: "Other analyses"
- title: "Other analyses (e.g. ADMIXTOOLS2, pcadapt)"
desc: "Functions for other analyses within R."
contents:
- gt_extract_f2
Expand Down
2 changes: 1 addition & 1 deletion man/tidy.q_matrix.Rd

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

0 comments on commit 9c90d5d

Please sign in to comment.