TTT_hazard_shapeThis function allows the user to set the parameters of any of the following
interpolating functions which can be used inside TTT_hazard_shape.
interp.options(interp.fun = "splinefun", length.out = 10, ...)character. This argument defines the interpolating
function used. Default value is "splinefun". Visit the
Details section for further information.
numeric. Number of points interpolated. Default value is 10.
further arguments passed to the interpolating function.
Jaime Mosquera Gutiérrez jmosquerag@unal.edu.co
Each interpolating function has its particular arguments. The following interpolating functions are recommended:
The user can also implement a custom interpolating function.
approxfun, splinefun,
smooth, smooth.spline,
loess, TTT_hazard_shape