prophet/R/NAMESPACE

20 lines
481 B
Text
Raw Normal View History

2017-02-22 23:59:43 +00:00
# Generated by roxygen2: do not edit by hand
S3method(plot,prophet)
2017-02-22 23:59:43 +00:00
S3method(predict,prophet)
export(add_changepoints_to_plot)
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)
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)
importFrom(dplyr,"%>%")