Translate 'ggplot2' graphs to an interactive plotly version
ggplotPlotly(g, width = NULL, height = NULL, textposition = "right")
The ggplot2 graph object to be translated into an interactive plotly version
Width of the plot in pixels (optional, defaults to automatic sizing).
Height of the plot in pixels (optional, defaults to automatic sizing)
Position of the labels on the graphs relative to the points. Possible values are : 'right', 'left', 'top' or 'buttom'