NAMESPACE 458 B

12345678910111213141516171819
  1. # Generated by roxygen2: do not edit by hand
  2. S3method(plot,prophet)
  3. S3method(predict,prophet)
  4. export(add_changepoints_to_plot)
  5. export(add_regressor)
  6. export(add_seasonality)
  7. export(cross_validation)
  8. export(fit.prophet)
  9. export(make_future_dataframe)
  10. export(performance_metrics)
  11. export(plot_cross_validation_metric)
  12. export(plot_forecast_component)
  13. export(predictive_samples)
  14. export(prophet)
  15. export(prophet_plot_components)
  16. import(Rcpp)
  17. importFrom(dplyr,"%>%")