Retrieve smoothing options from or set them in an object of class "smoothing_options".
## S4 method for signature 'smoothing_options'order_poly(object)## S4 replacement method for signature 'smoothing_options'order_poly(object)<- value
## S4 method for signature 'smoothing_options'season(object)## S4 replacement method for signature 'smoothing_options'season(object)<- value
## S4 method for signature 'smoothing_options'kernel_fun(object)## S4 replacement method for signature 'smoothing_options'kernel_fun(object)<- value
## S4 method for signature 'smoothing_options'bwidth(object)## S4 replacement method for signature 'smoothing_options'bwidth(object)<- value
## S4 method for signature 'smoothing_options'boundary_method(object)## S4 replacement method for signature 'smoothing_options'boundary_method(object)<- value
Arguments
object: an object of class "smoothing_options".
value: the value to set the corresponding option to.
Returns
The methods without <- return the corresponding settings in the supplied object. The methods with <- set the corresponding option in the provided object.
Details
Various methods are provided to either retrieve smoothing option settings from an object of class "smoothing_options" or to adjust them within such an object.