prophet/R/NAMESPACE

22 lines
524 B
Text
Raw Normal View History

2017-02-22 23:59:43 +00:00
# Generated by roxygen2: do not edit by hand
2017-07-05 00:42:58 +00:00
S3method(plot,prophet)
2017-02-22 23:59:43 +00:00
S3method(predict,prophet)
export(add_changepoints_to_plot)
export(add_country_holidays)
2017-08-30 23:17:41 +00:00
export(add_regressor)
2017-07-05 08:20:22 +00:00
export(add_seasonality)
2017-08-26 21:31:33 +00:00
export(cross_validation)
2018-06-15 01:42:11 +00:00
export(dyplot.prophet)
2017-02-22 23:59:43 +00:00
export(fit.prophet)
export(make_future_dataframe)
export(performance_metrics)
export(plot_cross_validation_metric)
2017-08-30 23:17:41 +00:00
export(plot_forecast_component)
export(predictive_samples)
2017-02-22 23:59:43 +00:00
export(prophet)
export(prophet_plot_components)
import(Rcpp)
2018-12-04 06:21:37 +00:00
import(rlang)
2017-02-22 23:59:43 +00:00
importFrom(dplyr,"%>%")