ggobi.home {Rggobi}R Documentation

Compute location of GGobi installation

Description

This is a convenience function that reports the location of the GGobi installation. This can be used to find plugins, datasets, etc. The location is computed during the installation of this package.

Usage

ggobi.home()

Details

Value

A string giving the name of the GGobi installation directory.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

ggobi.find.file

Examples

  # Get the names of the xml files in the GGobi data directory.
 if(file.exists(ggobi.home())) 
   list.files(paste(ggobi.home(), "data", sep = .Platform$file.sep), "*.xml", full.names = TRUE)

[Package Rggobi version 1.1-3 Index]