plot.climex.fit.gev: Plots a GEV fit

View source: R/plot.R

plot.climex.fit.gevR Documentation

Plots a GEV fit

Description

Plots the GEV function fitted using fit.gev

Usage

## S3 method for class 'climex.fit.gev'
plot(x, bin.factor = NULL, ...)

Arguments

x

Fitted GEV object of class climex.fit.gev.

bin.factor

Multiplying the length of x by this factor, results in the number of bins used in this plot. Default = NULL

...

Additional parameters. They won't be handled in the function. This argument is only present to ensure S3 generic consistency with respect to the plot function.

Details

Uses ggplot2.

Since this function is also uses in the shiny app climexUI, the number of displayed bins has to be adjusted.

Value

ggplot2 object.


theGreatWhiteShark/climex documentation built on July 13, 2022, 9:11 a.m.