ggobi_version {rggobi} | R Documentation |
GGobi version information
ggobi_version()
Return an object that describes the version of the ggobi library being used. This allows code to execute conditionally on certain version numbers, etc.
date |
the release date of the ggobi library |
version |
a vector of 3 integers containing the major, minor and patch-level numbers. |
versionstring |
a string version of the major, minor and patch-level numbers, |
Hadley Wickham <h.wickham@gmail.com>
ggobi_version()