hgd_view {httpgd} | R Documentation |
Global option viewer
needs to be set to a function that accepts the client
URL as a parameter.
hgd_view()
This function will only work after starting a device with hgd()
.
viewer
function return value.
## Not run:
hgd()
hgd_view()
hist(rnorm(100))
dev.off()
## End(Not run)