ggobi_version {rggobi}R Documentation

Get version

Description

GGobi version information

Usage

ggobi_version()

Arguments

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 @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

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.1 Index]