init.ggobi {Rggobi}R Documentation

Initialize the GGobi engine

Description

This initializes the GGobi engine directly rather than by creating a GGobi instance.

Usage

init.ggobi(args)

Arguments

args a character vector giving the command line arguments as they would appear if passed to the stand-alone GGobi. That means that the first element is the "name" of the application, e.g. R or Rggobi.

Value

A logical value indicating whether the initialization was successful or not.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

ggobi

Examples

 init.ggobi(c("Rggobi", "--keepalive"))

[Package Rggobi version 1.1-2 Index]