Skip to content

Commit 5a5bf14

Browse files
committed
typo
1 parent 8d09ade commit 5a5bf14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/principal_components.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' return the loadings as a data frame, and various methods and functions are
66
#' available to access / display other information (see the 'Details' section).
77
#'
8-
#' @param x A data frame or a statistical model. For `closes_component()`, the
8+
#' @param x A data frame or a statistical model. For `closest_component()`, the
99
#' output of the `principal_components()` function.
1010
#' @param n Number of components to extract. If `n="all"`, then `n` is set as
1111
#' the number of variables minus 1 (`ncol(x)-1`). If `n="auto"` (default) or

man/principal_components.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reduce_parameters.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reshape_loadings.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)