tsEvaPlotGEVImageSc {RtsEva} | R Documentation |
tsEvaPlotGEVImageSc
Description
tsEvaPlotGEVImageSc
is a function that generates a plot of the
Generalized Extreme Value (GEV) distribution with evolving parameters
using the provided data.
Usage
tsEvaPlotGEVImageSc(
Y,
timeStamps,
serix,
epsilon,
sigma,
mu,
returnPeriodInDts,
maxObs,
trans,
varargin
)
Arguments
Y |
A vector of extreme values. |
timeStamps |
A vector of timestamps corresponding to the extreme values. |
serix |
The y-value at which to draw a horizontal line on the plot. |
epsilon |
A numeric value representing the shape parameter of the GEV distribution. |
sigma |
A vector of scale parameters corresponding to the timestamps. |
mu |
A vector of location parameters corresponding to the timestamps. |
returnPeriodInDts |
The return period in decimal time steps. |
maxObs |
A data frame containing the maximum observations. |
trans |
A character string indicating the transformation for the plot. Possible values are "rev" (reverse), inv" (inverse), lninv (log of inverse) and "ori"(original). |
varargin |
Additional arguments to customize the plot. |
Value
A ggplot object representing the GEV plot with a raster image.
See Also
tsEvaPlotGEVImageScFromAnalysisObj