Learn R Programming

loopevd (version 1.0.2)

plot_empirical: Plot the Empirical Return Level Data

Description

Plot the Empirical Return Level Data

Usage

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

Value

r

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

Examples

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

Run the code above in your browser using DataLab