@@ -68,25 +68,28 @@ graphics to visualise time series patterns.
6868aus_production %> % gg_season(Beer )
6969```
7070
71- <img src =" man/figures/README-graphics-1.png " width =" 100% " />
71+ <img src =" man/figures/README-graphics-1.png " alt = " " width =" 100% " />
7272
7373``` r
7474aus_production %> % gg_subseries(Beer )
7575```
7676
77- <img src =" man/figures/README-graphics-2.png " width =" 100% " />
77+ <img src =" man/figures/README-graphics-2.png " alt = " " width =" 100% " />
7878
7979``` r
8080aus_production %> % filter(year(Quarter ) > 1991 ) %> % gg_lag(Beer )
8181```
8282
83- <img src =" man/figures/README-graphics-3.png " width =" 100% " />
83+ <img src =" man/figures/README-graphics-3.png " alt = " " width =" 100% " />
8484
8585``` r
8686aus_production %> % ACF(Beer ) %> % autoplot()
87+ # > Plot variable not specified, automatically selected `.vars = acf`
88+ # > Don't know how to automatically pick scale for object of type <cf_lag/vctrs_vctr>. Defaulting to
89+ # > continuous.
8790```
8891
89- <img src =" man/figures/README-graphics-4.png " width =" 100% " />
92+ <img src =" man/figures/README-graphics-4.png " alt = " " width =" 100% " />
9093
9194### Decompositions
9295
@@ -121,14 +124,14 @@ components(dcmp)
121124# > 8 STL(Beer ~ season(window = Inf)) 1957 Q4 320 264. 69.0 -12.7 251.
122125# > 9 STL(Beer ~ season(window = Inf)) 1958 Q1 272 266. 2.14 4.32 270.
123126# > 10 STL(Beer ~ season(window = Inf)) 1958 Q2 233 266. -42.6 9.72 276.
124- # > # i 208 more rows
127+ # > # ℹ 208 more rows
125128```
126129
127130``` r
128131components(dcmp ) %> % autoplot()
129132```
130133
131- <img src =" man/figures/README-dcmp-plot-1.png " width =" 100% " />
134+ <img src =" man/figures/README-dcmp-plot-1.png " alt = " " width =" 100% " />
132135
133136### Feature extraction and statistics
134137
@@ -139,21 +142,21 @@ behaviour.
139142``` r
140143aus_retail %> %
141144 features(Turnover , feat_stl )
142- # > # A tibble: 152 x 11
145+ # > # A tibble: 152 × 11
143146# > State Industry trend_strength seasonal_strength_year seasonal_peak_year seasonal_trough_year
144147# > <chr> <chr> <dbl> <dbl> <dbl> <dbl>
145- # > 1 Australia~ Cafes, ~ 0.989 0.562 0 10
146- # > 2 Australia~ Cafes, ~ 0.993 0.629 0 10
147- # > 3 Australia~ Clothin~ 0.991 0.923 9 11
148- # > 4 Australia~ Clothin~ 0.993 0.957 9 11
149- # > 5 Australia~ Departm~ 0.977 0.980 9 11
150- # > 6 Australia~ Electri~ 0.992 0.933 9 11
151- # > 7 Australia~ Food re~ 0.999 0.890 9 11
152- # > 8 Australia~ Footwea~ 0.982 0.944 9 11
153- # > 9 Australia~ Furnitu~ 0.981 0.687 9 1
154- # > 10 Australia~ Hardwar~ 0.992 0.900 9 4
155- # > # i 142 more rows
156- # > # i 5 more variables: spikiness <dbl>, linearity <dbl>, curvature <dbl>, stl_e_acf1 <dbl>,
148+ # > 1 Australia… Cafes, … 0.989 0.562 0 10
149+ # > 2 Australia… Cafes, … 0.993 0.629 0 10
150+ # > 3 Australia… Clothin… 0.991 0.923 9 11
151+ # > 4 Australia… Clothin… 0.993 0.957 9 11
152+ # > 5 Australia… Departm… 0.977 0.980 9 11
153+ # > 6 Australia… Electri… 0.992 0.933 9 11
154+ # > 7 Australia… Food re… 0.999 0.890 9 11
155+ # > 8 Australia… Footwea… 0.982 0.944 9 11
156+ # > 9 Australia… Furnitu… 0.981 0.687 9 1
157+ # > 10 Australia… Hardwar… 0.992 0.900 9 4
158+ # > # ℹ 142 more rows
159+ # > # ℹ 5 more variables: spikiness <dbl>, linearity <dbl>, curvature <dbl>, stl_e_acf1 <dbl>,
157160# > # stl_e_acf10 <dbl>
158161```
159162
@@ -168,7 +171,7 @@ aus_retail %>%
168171 facet_wrap(vars(State ))
169172```
170173
171- <img src =" man/figures/README-features-plot-1.png " width =" 100% " />
174+ <img src =" man/figures/README-features-plot-1.png " alt = " " width =" 100% " />
172175
173176Most of Australian’s retail industries are highly trended and seasonal
174177for all states.
@@ -187,4 +190,4 @@ aus_retail %>%
187190 scales = " free_y" )
188191```
189192
190- <img src =" man/figures/README-extreme-1.png " width =" 100% " />
193+ <img src =" man/figures/README-extreme-1.png " alt = " " width =" 100% " />
0 commit comments