Gpsetwd: Set gnuplot working directory

Description Usage Arguments Value Author(s) See Also Examples

Description

Gpsetwd sets gnuplot working directory, default path = R's working directory

Usage

1
Gpsetwd(handle, wd)

Arguments

handle

handle to the connection

wd

gnuplot working directory, default = R's working directory

Value

none

Author(s)

Jose' Gama

See Also

Gpgetwd

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#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)
#check it out
Gpgetwd(h1)

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

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