79618697

Date: 2025-05-12 22:09:12
Score: 1
Natty:
Report link

The autoplot method for class 'tbl_ts' (not 'fbl_ts') allows for variable selection. Just cast the fable into a tsibble before autoplot.

cafe_fc |> lift_fc(lift = 2) |> as_tsibble() |> autoplot(.vars = .mean)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dolphingang