Round the quantiles of a pseudo prediction table such
that computed by predict.Renouv
.
roundPred(pred, dig.quant = NA)
A data.frame with the same structure as that given, but with some columns rounded.
The data.frame containing the predicted quantiles and return levels.
Number of digits. Guessed if not provided.
Only the columns that can be considered as quantiles are
rounded. These are assumed to have names "quant"
for
the expected return level and "L."
or "U."
followed by a
percentage for lower and upper confidence limits (e.g. "L.95"
and "U.95"
for 95% percent confidence limits.
The number of digits guessed is experimental.