From cf7ca06ea1a4ef06699e87a7bb906a30ec4d04b2 Mon Sep 17 00:00:00 2001 From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr> Date: Tue, 12 Dec 2023 18:03:37 +0100 Subject: [PATCH] Function names changed --- R/mggd.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/R/mggd.R b/R/mggd.R index 027313a..0f1ced0 100644 --- a/R/mggd.R +++ b/R/mggd.R @@ -8,10 +8,10 @@ #' } #' \item Tools for MGGD: #' \itemize{ -#' \item Probability density: \code{\link{mvdggd}} -#' \item Estimation of the parameters: \code{\link{estparmvggd}} -#' \item Simulation from a MGGD: \code{\link{mvrggd}} -#' \item Plot of the density of a MGGD with 2 variables: \code{\link{plotmvggd}}, \code{\link{contourmvggd}} +#' \item Probability density: \code{\link{dmggd}} +#' \item Estimation of the parameters: \code{\link{estparmggd}} +#' \item Simulation from a MGGD: \code{\link{rmggd}} +#' \item Plot of the density of a MGGD with 2 variables: \code{\link{plotmggd}}, \code{\link{contourmggd}} #' } #' } #' -- GitLab