View source: R/plot_functions.R
tsEvaPlotGPDImageSc | R Documentation |
tsEvaPlotGPDImageSc
is a function that generates a time series plot
of the Generalized Pareto Distribution (GPD) with evolving parameters
using the provided data.
tsEvaPlotGPDImageSc(
Y,
timeStamps,
serix,
epsilon,
sigma,
threshold,
peakplot,
trans,
varargin
)
Y |
A vector of values. |
timeStamps |
A vector of timestamps corresponding to the values. |
serix |
A vector of series values. |
epsilon |
A numeric value representing the shape parameter of the GPD. |
sigma |
A vector of standard deviation values. |
threshold |
A vector of threshold values. |
peakplot |
A data frame containing peak values and their corresponding timestamps. |
trans |
A character string indicating the transformation to be applied to the data. |
varargin |
Additional optional arguments. |
A ggplot object representing the GPD plot.
tsEvaPlotGPDImageScFromAnalysisObj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.