R/unigd.R
ugd_info.Rd
Access general information of a unigd graphics device. This function will only work after starting a device with ugd().
ugd()
ugd_info(which = dev.cur())
Which device (ID).
List of status variables with the following named items: $id: Server unique ID, $version: unigd and library versions.
$id
$version
ugd() # Initialize graphics device ugd_info() # Get device information #> $version #> $version$unigd #> [1] "0.1.0.9000" #> #> dev.off() # Close device #> pdf #> 2