Skip to content

Commit

Permalink
document()
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Feb 22, 2024
1 parent e0db1be commit e72f828
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions R/param_initial_umap.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
#' more details.
#'
#' @param values A character string of possible values. See `values_initial_umap`
#' in examples below.
#' in examples below.
#'
#' @details
#' This parameter is used in `recipes` via [embed::step_umap()].
#'
#' @examples
#' values_initial_umap
#' initial_umap()
Expand All @@ -26,4 +27,4 @@ initial_umap <- function(values = values_initial_umap) {
#' @rdname initial_umap
#' @export
values_initial_umap <- c("spectral", "normlaplacian", "random", "lvrandom",
"laplacian", "pca", "spca", "agspectral")
"laplacian", "pca", "spca", "agspectral")
2 changes: 1 addition & 1 deletion man/initial_umap.Rd

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

3 changes: 3 additions & 0 deletions man/target_weight.Rd

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

0 comments on commit e72f828

Please sign in to comment.