ggobi.find.file {Rggobi}R Documentation

Locate file in GGobi installation

Description

This is used to find the fully-qualified name of a file in the GGobi installation.

Usage

ggobi.find.file(file, fatal = TRUE)

Arguments

file the name of the
fatal ~~Describe fatal here~~

Value

If the file exists and is found, this returns the fully qualified name of the requested file. Alternatively, either an error or warning is raised depending on the value of fatal (TRUE or FALSE respectively).

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

ggobi.home

Examples

#XXX use .Platform$file.sep
 ggobi.find.file("data/buckyball.xml")

[Package Rggobi version 1.1-3 Index]