Skip to contents

STL Decomposition Plot

Usage

plot_ts_stl(stl_result, title = "STL Decomposition")

Arguments

stl_result

Result from ts_stl().

title

Plot title.

Value

A patchwork plot.

Examples

plot_ts_stl(ts_stl(as_ts_df(AirPassengers)))