Skip to content

Commit

Permalink
Explain init better
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnorthrop committed Feb 27, 2024
1 parent b93f78f commit a8955c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/ru_sampling.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#' Box-Cox transformation or user-defined transformation, but \emph{before}
#' any rotation of axes.
#' If \code{init} is not supplied then \code{rep(1, d)} is used.
#' If \code{length(init) = 1} and \code{d > 1} then
#' \code{init <- rep(init, length.out = d)} is used.
#' @param mode A numeric vector of length \code{d}. The mode of \code{logf}.
#' If \code{trans = "BC"} or \code{trans = "user"} this is \emph{after}
#' Box-Cox transformation or user-defined transformation, but \emph{before}
Expand Down
2 changes: 2 additions & 0 deletions R/ru_sampling_rcpp.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
#' Box-Cox transformation or user-defined transformation, but \emph{before}
#' any rotation of axes.
#' If \code{init} is not supplied then \code{rep(1, d)} is used.
#' If \code{length(init) = 1} and \code{d > 1} then
#' \code{init <- rep(init, length.out = d)} is used.
#' @param mode A numeric vector of length \code{d}. The mode of \code{logf}.
#' If \code{trans = "BC"} or \code{trans = "user"} this is \emph{after}
#' Box-Cox transformation or user-defined transformation, but \emph{before}
Expand Down
4 changes: 3 additions & 1 deletion man/ru.Rd

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

4 changes: 3 additions & 1 deletion man/ru_rcpp.Rd

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

0 comments on commit a8955c8

Please sign in to comment.