-
When the
autoplotmethod is used for an object with class"coef.RenouvTList"the number of exceedances is now displayed on a second (top) horizontal axis. This is only possible when the object was created usinglambda = FALSE. -
The autoplot methods for the classes
"Renouv"and"RenouvTList"both have axlimargument. The motivation is that when using the standard+ xlim()on a ggplot object with a log scale on the x-axis, the log-scale is lost.
-
The
RenouvTListfunction no longer worked casting the error "fitJit not found". -
In the
autoplotmethod for the classRenouv, the grid of periods used was chosen as starting at1. It now starts at1 / lambdaas it should, wherelambdais the ratecoef(objet)["rate"].
-
The
autoplotmethod for the"Renouv"class now provides better legend "guides" and allows the user to change the colours, linetypes, ... -
The
coefmethod of the"RenouvTList"class now has asdformal argument which makes it work as the formercoSdmethod which is now deprecated. -
The
RenouvTListfunction/creator now has astart.par.iniargument which can be a matrix or a list of lists. This can be used to give initial values for the parameters that differ across thresholds as required with theEGPD3distribution for the excesses. -
In the
autoplotmethod for the classRenouv, the confidence intervals are identified in the legend by the linetype of their borders, not by the fill. -
In the
autoplotmethod for the classRenouv, the historical block names that could have been specified at the creation time through the names of theMAX.dataorOTS.dataare now duely shown.