prophet | R Documentation |
Prophet with Multiple Variables
prophet(
data,
dep,
covs,
method = "loess",
plot1 = TRUE,
plot2 = FALSE,
periods = 365,
unit = "day",
width = 500,
height = 500,
width1 = 500,
height1 = 500
)
data |
. |
dep |
. |
covs |
. |
method |
. |
plot1 |
. |
plot2 |
. |
periods |
. |
unit |
. |
width |
. |
height |
. |
width1 |
. |
height1 |
. |
A results object containing:
results$instructions | a html | ||||
results$text | a preformatted | ||||
results$plot1 | an image | ||||
results$plot2 | an image | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.