gg2list: Convert a ggplot to a list.

Description Usage Arguments Value

Description

Convert a ggplot to a list.

Usage

1
2
gg2list(p, width = NULL, height = NULL, tooltip = "all",
  originalData = TRUE, source = "A", ...)

Arguments

p

ggplot2 plot.

width

Width of the plot in pixels (optional, defaults to automatic sizing).

height

Height of the plot in pixels (optional, defaults to automatic sizing).

tooltip

a character vector specifying which aesthetic tooltips to show in the tooltip. The default, "all", means show all the aesthetic tooltips (including the unofficial "text" aesthetic).

originalData

should the "original" or "scaled" data be returned?

source

Only relevant for event_data.

...

currently not used

Value

a 'built' plotly object (list with names "data" and "layout").


gvarunkumar/plotly documentation built on May 17, 2019, 9:29 a.m.