Learn R Programming

extremeStat (version 1.5.9)

printL: print dlf objects

Description

print list objects created in this package

Usage

printL(dlf, digits = 1)

Value

none, prints via message.

Arguments

dlf

List as explained in section Details

digits

number of digits rounded to. DEFAULT: 1

Author

Berry Boessenkool, berry-b@gmx.de, Sept 2014, March + July 2015, Dec 2016

Details

The common object to share between functions (see overview in extremeStat) is a list with the following elements:

datnumeric vector with (extreme) values, with all NAs and values below threshold removed
dat_fulloriginal input data complete with NAs
datnamecharacter string for main, xlab etc
parameterlist (usually of length 17 if speed=TRUE in distLfit) with parameters of each distribution
gofdataframe with 'Goodness of Fit' measures, sorted by RMSE of theoretical and empirical cumulated density
distnamescharacter vector with selected distribution names
distfailedNames of nonfitted distributions or ""
distcolscolors for distnames (for plotting). If not given manually, determined by berryFunctions::rainbow2
distselectorcharacter string with function name creating the selection
truncate, thresholdTruncation percentage and threshold value, relevant for distLquantile

optionally, it can also contain:

returnlev, npy dataframe with values of distributions for given return periods (RPs), number of observations per year/block. These elements are only added in distLextreme
RPweibull, RPgringortonReturn periods according to plotting positions, added in plotLextreme
quantQuantile estimates from distLquantile
exBootRPs, qexBootSim, exBootCI, exBootCLobjects from distLexBoot

See Also

extremeStat

Examples

Run this code

# see
?distLextreme

Run the code above in your browser using DataLab