figure: Compilation of HTML/plotly document

View source: R/plotlyGraphs.R

figureR Documentation

Compilation of HTML/plotly document

Description

Compilation of HTML/plotly document

Usage

figure(
  ...,
  x = c(),
  type = c(),
  title = "",
  vline = c(),
  legend = c(),
  xlabel = "",
  ylabel = "",
  colors = c(),
  by = "",
  lineWidth = 2,
  width = 600,
  height = 450,
  layout = list(),
  config = list(),
  style = "",
  reportFile = "tmp.html",
  libFile = "path/to/file/plotly.min.js",
  lightWeight = F,
  name = "",
  css = "",
  font = "",
  reopen = F,
  debug = F
)

Value

none, modifies the given HTML template file.

Examples

figure(c(1:5))

lazypomelo/plotlyjs documentation built on May 24, 2023, 1:41 p.m.