Skip to content

Commit bc4f27c

Browse files
committed
fixes #769
1 parent 3bb32c8 commit bc4f27c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

R/prcomp.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ prcomp.stars_proxy = function(x, ..., downsample = 0) {
55
prcomp(st_as_stars(x, downsample = downsample), ...)
66
}
77

8-
#' Principle components of stars object
8+
#' Principal components of stars object
99
#'
10-
#' Compute principle components of stars object
10+
#' Compute principal components of stars object
1111
#' @param x object of class `stars` or `stars_proxy`
1212
#' @param quiet logical; if `TRUE`, suppress message that PCs will be computed on last dimension; see details
1313
#' @param ... see \link[stats]{prcomp}
14-
#' @details if `x` has only one attribute, principle components will be computed in the space of the last dimension of `x`
14+
#' @details if `x` has only one attribute, principal components will be computed in the space of the last dimension of `x`
1515
#' to predict PC scores into a `stars` object, use \link{predict.stars}; see example below
1616
#' @name prcomp
1717
#' @returns object of class `prcomp`, see \link[stats]{prcomp}

man/prcomp.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)