show,smoothing_options-method {deseats}R Documentation

Show Method for Smoothing Options

Description

Show smoothing settings in an object of class "smoothing_options".

Usage

## S4 method for signature 'smoothing_options'
show(object)

Arguments

object

an object of class "smoothing_options".

Details

This is a special printing method for objects object of class "smoothing_options". Calling this method shows a nice looking overview of the saved smoothing settings.

Value

This method returns NULL.

Examples

opts <- set_options()
opts


[Package deseats version 1.1.0 Index]