ggplotly_url | R Documentation |
There are some other ease of life improvements I have in a few of my plotly invocations which I should add here.
ggplotly_url(
plot,
filename = "ggplotly_url.html",
id_column = "id",
plot_title = NULL,
url_info = NULL,
tooltip = "all",
url_column = "url"
)
plot |
Plot generated via ggplot2. |
filename |
filename to save the output html plot. |
id_column |
Column containing the gene IDs. |
plot_title |
Provide a title for the generated html file. |
url_info |
Either a glue() string or column of urls. |
tooltip |
Passed to ggplotly(). |
url_column |
Column in the url_info containing URLs. |
plotly with clicky links.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.