diff --git a/R/utils.R b/R/utils.R index e302dd3..e668606 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,7 +1,7 @@ #' Power Function #' #' Raises 10 to the 1st through the nth power -#' @param x Highest power of 10 to us +#' @param x Highest power of 10 to use #' @return Vector of 10 raised sequentially from the 1st to the nth power. #' @keywords internal power_function <- function(x) {