@@ -24,7 +24,8 @@ Imports:
rstan (>= 2.14.0),
scales,
stats,
- tidyr (>= 0.6.1)
+ tidyr (>= 0.6.1),
+ xts
Suggests:
knitr,
testthat,
@@ -6,6 +6,7 @@ export(add_changepoints_to_plot)
export(add_regressor)
export(add_seasonality)
export(cross_validation)
+export(dyplot.prophet)
export(fit.prophet)
export(make_future_dataframe)
export(performance_metrics)
@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
\name{df_for_plotting}
\alias{df_for_plotting}
\title{Merge history and forecast for plotting.}
\name{plot.prophet}
\alias{plot.prophet}
\title{Plot the prophet forecast.}
\name{plot_forecast_component}
\alias{plot_forecast_component}
\title{Plot a particular component of the forecast.}
\name{plot_seasonality}
\alias{plot_seasonality}
\title{Plot a custom seasonal component.}
\name{plot_weekly}
\alias{plot_weekly}
\title{Plot the weekly component of the forecast.}
\name{plot_yearly}
\alias{plot_yearly}
\title{Plot the yearly component of the forecast.}
\name{prophet_plot_components}
\alias{prophet_plot_components}
\title{Plot the components of a prophet forecast.
\name{seasonality_plot_df}
\alias{seasonality_plot_df}
\title{Prepare dataframe for plotting seasonal components.}