Skip to content
Snippets Groups Projects
Commit 944679ec authored by SANTAGOSTINI Pierre's avatar SANTAGOSTINI Pierre
Browse files

Small correction in the help page

parent 25984879
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ plotmggd <- function(mu, Sigma, beta, xlim = c(mu[1] + c(-10, 10)*Sigma[1, 1]),
#' zlab = "f(x,y)", col = "gray", tol = 1e-6, ...)
#' @param mu length 2 numeric vector.
#' @param Sigma symmetric, positive-definite square matrix of order 2. The dispersion matrix.
#' @param beta positive real number. The shape of the first distribution.
#' @param beta positive real number. The shape of the distribution.
#' @param xlim,ylim x-and y- limits.
#' @param n A one or two element vector giving the number of steps in the x and y grid, passed to \code{\link{plot3d.function}}.
#' @param xvals,yvals The values at which to evaluate \code{x} and \code{y}. If used, \code{xlim} and/or \code{ylim} are ignored.
......
......@@ -14,7 +14,7 @@ plotmggd(mu, Sigma, beta, xlim = c(mu[1] + c(-10, 10)*Sigma[1, 1]),
\item{Sigma}{symmetric, positive-definite square matrix of order 2. The dispersion matrix.}
\item{beta}{positive real number. The shape of the first distribution.}
\item{beta}{positive real number. The shape of the distribution.}
\item{xlim, ylim}{x-and y- limits.}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment