prophet/R/NAMESPACE

11 lines
230 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)
S3method(predict,prophet)
export(fit.prophet)
export(make_future_dataframe)
export(prophet)
export(prophet_plot_components)
import(Rcpp)
importFrom(dplyr,"%>%")