Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rpackages
IDF
Commits
1ee23de7
Commit
1ee23de7
authored
Mar 14, 2019
by
Jana Ulrich
Browse files
small change
parent
f7c3a7d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
man/gev.d.diag.Rd
man/gev.d.diag.Rd
+9
-1
No files found.
man/gev.d.diag.Rd
View file @
1ee23de7
...
...
@@ -5,7 +5,9 @@
\title{Diagnostic Plots for d-gev Models}
\usage{
gev.d.diag(fit, subset = NULL, cols = NULL, pch = NULL,
which = "both", mfrow = c(1, 2), legend = TRUE)
which = "both", mfrow = c(1, 2), legend = TRUE,
title = c("Residual Probability Plot", "Residual Quantile Plot"),
emp.lab = "Empirical", mod.lab = "Model", ...)
}
\arguments{
\item{fit}{object returned by \code{\link{gev.d.fit}}}
...
...
@@ -25,6 +27,12 @@ integers or symbols to specify the plotting points.}
set to \code{c(1,1)}.}
\item{legend}{logical indicating if legends should be plotted}
\item{title}{character vector of length 2, giving the titles for the pp- and the qq-plot}
\item{emp.lab, mod.lab}{character string containing names for empirical and model axis}
\item{...}{additional parameters passed on to the plotting function}
}
\description{
Produces diagnostic plots for d-gev models using
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment