Skip to contents

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 dsvg().

Examples

# \donttest{
dsvg_view(plot(1:10))
dsvg_view(hist(rnorm(100)))
# }