ugd_info {unigd} | R Documentation |
Access general information of a unigd graphics device.
This function will only work after starting a device with ugd()
.
ugd_info(which = dev.cur())
which |
Which device (ID). |
List of status variables with the following named items:
$id
: Server unique ID,
$version
: unigd and library versions.
ugd() # Initialize graphics device ugd_info() # Get device information dev.off() # Close device