NAMESPACE 561 B

1234567891011121314151617181920212223
  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_country_holidays)
  6. export(add_regressor)
  7. export(add_seasonality)
  8. export(cross_validation)
  9. export(dyplot.prophet)
  10. export(fit.prophet)
  11. export(get_holiday_names)
  12. export(make_future_dataframe)
  13. export(make_holidays_df)
  14. export(performance_metrics)
  15. export(plot_cross_validation_metric)
  16. export(plot_forecast_component)
  17. export(predictive_samples)
  18. export(prophet)
  19. export(prophet_plot_components)
  20. import(Rcpp)
  21. importFrom(dplyr,"%>%")