ggplotPlotly: ggplotPlotly

View source: R/ggplotTools.R

ggplotPlotlyR Documentation

ggplotPlotly

Description

Translate 'ggplot2' graphs to an interactive plotly version

Usage

ggplotPlotly(g, width = NULL, height = NULL, textposition = "right")

Arguments

g

The ggplot2 graph object to be translated into an interactive plotly version

width

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

height

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

textposition

Position of the labels on the graphs relative to the points. Possible values are : 'right', 'left', 'top' or 'buttom'


INRA/Rnmr1D documentation built on April 11, 2024, 1:29 a.m.