浏览代码

Documentation update for #11

Ben Letham 8 年之前
父节点
当前提交
864d06ecee
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      R/man/prophet_plot_components.Rd

+ 3 - 0
R/man/prophet_plot_components.Rd

@@ -16,6 +16,9 @@ prophet_plot_components(m, fcst, uncertainty = TRUE)
 \item{uncertainty}{Boolean indicating if the uncertainty interval should be
 \item{uncertainty}{Boolean indicating if the uncertainty interval should be
 plotted for the trend, from fcst columns trend_lower and trend_upper.}
 plotted for the trend, from fcst columns trend_lower and trend_upper.}
 }
 }
+\value{
+Invisibly return a list containing the plotted ggplot objects
+}
 \description{
 \description{
 Plot the components of a prophet forecast.
 Plot the components of a prophet forecast.
 Prints a ggplot2 with panels for trend, weekly and yearly seasonalities if
 Prints a ggplot2 with panels for trend, weekly and yearly seasonalities if