Gpgetwd: Get gnuplot's working directory

Description Usage Arguments Value Author(s) See Also Examples

Description

Gpgetwd returns gnuplot's working directory

Usage

1
Gpgetwd(handle)

Arguments

handle

handle to the connection

Value

String with gnuplot's working directory

Author(s)

Jose' Gama

See Also

Gpsetwd

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#Initialize the gnuplot handle
h1<-Gpinit()
## Not run: 
#change gnuplot's working directory to be the same as R's working directory (default)
Gpsetwd(h1)
Gpgetwd(h1)

## End(Not run)
#close gnuplot handle
h1<-Gpclose(h1)

Rgnuplot documentation built on May 1, 2019, 9:17 p.m.