ggplotPlotly {Rnmr1D}R 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'


[Package Rnmr1D version 1.3.2 Index]