plot_empirical: Plot the Empirical Return Level Data

View source: R/loopFuns.R

plot_empiricalR Documentation

Plot the Empirical Return Level Data

Description

Plot the Empirical Return Level Data

Usage

plot_empirical(x, xns = NULL, unitz = "-", ...)

Arguments

x

A numeric vector, which may contain missing values.

xns

A numeric vector, corrected for the non-stationary change in location, which may contain missing values.

unitz

y-label

...

parameters sent to base::plot

Value

r

Examples

ns = seq(-1,1,,50)
x = evd::rgev(50,loc=3)+ns
xns = x-ns
plot_empirical(x,xns)

loopevd documentation built on June 23, 2025, 5:09 p.m.