predict_trend: Predict trend using the prophet model.

predict_trendR Documentation

Predict trend using the prophet model.

Description

Predict trend using the prophet model.

Usage

predict_trend(model, df)

Arguments

model

Prophet object.

df

Prediction dataframe.

Value

Vector with trend on prediction dates.


prophet documentation built on Jan. 22, 2026, 9:06 a.m.