plotly_calc: Plot calculated future values

Description Usage Arguments Value

View source: R/plot_functions.R

Description

Plots calculated future values plotly.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plotly_calc(
  .data,
  y,
  .min = NULL,
  .max = NULL,
  title = "Calculated future values",
  xtitle = "Date",
  ytitle = "Number",
  fc_line = "solid"
)

Arguments

.data

A data frame containing values

y

Column containing the values

.min

Optional, column containing the y-min values for ribbon

.max

Optional, column containing the y-max values for ribbon

title

A string with the plot title.

xtitle

A string with the x-axis title.

ytitle

A string with the y-axis title.

fc_line

A string which Sets the dash style of the forecast lines. Valid options are: "solid", "dot", "dash", "longdash", "dashdot", or "longdashdot"

Value

A plotly object


bgulbis/fcasthelpr documentation built on Sept. 29, 2020, 11:52 p.m.