Skip to content

Commit

Permalink
update links to sdm vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov committed Feb 7, 2024
1 parent 3a36c8d commit ef1f479
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion R/bmm_model_sdmSimple.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
# automatically based on the information in the .model_sdmSimple()$info
#' @title `r .model_sdmSimple()$info$name`
#' @name SDM
#' @details `r model_info(sdmSimple())`
#' @details
#' see [vignette("sdm-simple")] for a detailed description of the model and how to use it.
#' `r model_info(sdmSimple())`
#' @param ... used internally for testing, ignore it
#' @return An object of class `bmmmodel`
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/distributions.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @param kappa Vector of precision values
#' @param log Logical; if `TRUE`, values are returned on the log scale.
#' @param parametrization Character; either `"bessel"` or `"sqrtexp"`
#' (default). See `vignette("bmm_models")` for details on the
#' (default). See `vignette("sdm-simple")` for details on the
#' parameterization.
#' @param log.p Logical; if `TRUE`, probabilities are returned on the log
#' scale.
Expand Down
2 changes: 1 addition & 1 deletion R/helpers-parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ k2sd <- function (K) {
#' `c_sqrtexp2bessel` converts from the sqrtexp parametrization to the
#' bessel parametrization.
#' @keywords transform
#' @details See `vignette("bmm_models")` for details on the
#' @details See `vignette("sdm-simple")` for details on the
#' parameterization. The sqrtexp parametrization is the default in the
#' `bmm` package.
#' @export
Expand Down
1 change: 1 addition & 0 deletions man/SDM.Rd

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

4 changes: 2 additions & 2 deletions man/SDMdist.Rd

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

2 changes: 1 addition & 1 deletion man/c_parametrizations.Rd

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

0 comments on commit ef1f479

Please sign in to comment.