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