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.
@value the release date of the ggobi library @value a vector of 3 integers containing the major, minor and patch-level numbers. @value a string version of the major, minor and patch-level numbers, @keyword dynamic
the release date of the ggobi library |
|
a vector of 3 integers containing the major, minor and patch-level numbers. |
|
a string version of the major, minor and patch-level numbers, |
Hadley Wickham <h.wickham@gmail.com>
ggobi_version()