Transform simulation values to an fv
This function is used internally to calculate envelope values and store them into an fv.object
.
FillEnvelope(Envelope, Alpha, Global)
Envelope
: An envelope object (envelope
) containing all the simulated function values.Alpha
: The risk level.Global
: Logical; if TRUE
, a global envelope sensu Duranton and Overman (2005) is calculated.Returns the envelope object (envelope
) with hi
and lo
values calculated from the simlations.
Useful links