ggobi_version {rggobi}R Documentation

Get version

Description

GGobi version information

Usage

ggobi_version()

Details

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
a vector of 3 integers containing the major, minor and patch-level numbers.
a string version of the major, minor and patch-level numbers,

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

ggobi_version()

[Package rggobi version 2.1.9 Index]