ggplotlyr {Hmisc} | R Documentation |
ggplotlyr
Description
Render plotly
Graphic from a ggplot2
Object
Usage
ggplotlyr(ggobject, tooltip = "label", remove = "txt: ", ...)
Arguments
ggobject |
an object produced by |
tooltip |
attribute specified to |
remove |
extraneous text to remove from hover text. Default is set to assume |
... |
other arguments passed to |
Details
Uses plotly::ggplotly()
to render a plotly
graphic with a specified tooltip attribute, removing extraneous text that ggplotly
puts in hover text when tooltip='label'
Value
a plotly
object
Author(s)
Frank Harrell
[Package Hmisc version 5.1-3 Index]