dsvg_view {ggiraph} | R Documentation |
Run plotting code and view svg in RStudio Viewer or web broswer.
Description
This is useful primarily for testing. Requires the htmltools
package.
Usage
dsvg_view(code, ...)
Arguments
code |
Plotting code to execute. |
... |
Other arguments passed on to |
Examples
dsvg_view(plot(1:10))
dsvg_view(hist(rnorm(100)))
[Package ggiraph version 0.8.10 Index]