Learn R Programming

httpgd (version 1.3.1)

hgd_info: httpgd device information.

Description

Access general information of a httpgd graphics device. This function will only work after starting a device with hgd().

Usage

hgd_info(which = dev.cur())

Value

List of status variables with the following named items: $id: Server unique ID, $version: httpgd and library versions.

Arguments

which

Which device (ID).

Examples

Run this code
hgd()

hgd_info()

dev.off()

Run the code above in your browser using DataLab