init.ggobi {Rggobi} | R Documentation |
This initializes the GGobi engine directly rather than by creating a GGobi instance.
init.ggobi(args)
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. |
A logical value indicating whether the initialization was successful or not.
Duncan Temple Lang
init.ggobi(c("Rggobi", "--keepalive"))