Skip to contents

Global option viewer needs to be set to a function that accepts the client URL as a parameter.

Usage

hgd_view()

Value

viewer function return value.

Details

This function will only work after starting a device with hgd().

Examples

if (FALSE) {

hgd()
hgd_view()
hist(rnorm(100))

dev.off()
}