prophet/R/NAMESPACE

25 lines
548 B
Text

# Generated by roxygen2: do not edit by hand
S3method(plot,prophet)
S3method(predict,prophet)
export(add_changepoints_to_plot)
export(add_regressor)
export(add_seasonality)
export(all_metrics)
export(cross_validation)
export(dyplot.prophet)
export(fit.prophet)
export(mae)
export(make_future_dataframe)
export(mape)
export(me)
export(mpe)
export(mse)
export(plot_forecast_component)
export(predictive_samples)
export(prophet)
export(prophet_plot_components)
export(rmse)
export(simulated_historical_forecasts)
import(Rcpp)
importFrom(dplyr,"%>%")