Learn R Programming

deseats (version 1.1.0)

show,smoothing_options-method: Show Method for Smoothing Options

Description

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

Usage

# S4 method for smoothing_options
show(object)

Value

This method returns NULL.

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.

Examples

Run this code
opts <- set_options()
opts

Run the code above in your browser using DataLab