getVersion.ggobi {Rggobi}R Documentation

ggobi version information

Description

Return an object that describes the version of the ggobi library being used. This allows code to execute conditionally on certain version numbers, etc.

Usage

getVersion.ggobi()

Value

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.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

Examples

 getVersion.ggobi()

[Package Rggobi version 1.1-3 Index]