getVersion.ggobi {Rggobi} | R Documentation |
Return an object that describes the version of the ggobi library being used. This allows code to execute conditionally on certain version numbers, etc.
getVersion.ggobi()
An list with three elements:
date |
the release date of the ggobi library |
version |
a vector of 3 integers containing the major, minor and patch-level numbers. |
version string |
a string version of the major, minor and patch-level numbers, using the . and - separators. |
Duncan Temple Lang
getVersion.ggobi()