Skip to content

Commit

Permalink
document missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed May 9, 2024
1 parent e543424 commit 32c95fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/predict_gt_pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' @param new_data a gen_tibble if scores are requested for a new dataset
#' @param block_size number of loci read simultaneously (larger values will speed up
#' computation, but require more memory)
#' @param ... no used
#' @returns a matrix of predictions, with samples as rows and components as columns. The number
#' of components depends on how many were estimated in the [`gt_pca`] object
#' @rdname predict_gt_pca
Expand Down
2 changes: 2 additions & 0 deletions man/predict_gt_pca.Rd

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

0 comments on commit 32c95fd

Please sign in to comment.